FileFinder is also better looking at utils package

This commit is contained in:
Maxmtg
2012-01-26 21:27:59 +00:00
parent 1cb2747b6c
commit 21ebcb1781
3 changed files with 3 additions and 2 deletions

View File

@@ -44,6 +44,7 @@ import javax.swing.event.MouseInputAdapter;
import forge.properties.ForgeProps;
import forge.properties.NewConstants;
import forge.util.CopyFiles;
import forge.util.FileFinder;
/**
* <p>

View File

@@ -15,7 +15,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package forge;
package forge.util;
import java.io.File;
import java.util.ArrayList;