moving property showing thingy into namespace package

This commit is contained in:
Dan Buch 2010-11-25 19:39:05 -05:00
parent 098acfcf2d
commit 87e7008caf

View File

@ -1,3 +1,5 @@
package com.meatballhat.learningjava;
import java.io.FileInputStream;
import java.util.Properties;