Hid the JsonFileFilter constructor.

This commit is contained in:
Olof Larsson 2011-12-07 19:26:35 +01:00
parent 411f597cad
commit 9eceaa6e47

View File

@ -21,4 +21,6 @@ public class JsonFileFilter implements FileFilter
{ {
return pathname.getName().toLowerCase().endsWith(DOTJSON); return pathname.getName().toLowerCase().endsWith(DOTJSON);
} }
private JsonFileFilter() {}
} }