Added deprecations and todo to replace old legacy code with regexp.

This commit is contained in:
Harald Kuhr
2011-02-23 19:15:57 +01:00
parent 720752149e
commit 38ab0d936a
2 changed files with 5 additions and 0 deletions
@@ -886,6 +886,8 @@ public final class FileUtil {
return folder.listFiles();
}
// TODO: Rewrite to use regexp
FilenameFilter filter = new FilenameMaskFilter(pFilenameMask);
return folder.listFiles(filter);
}