Hid the JsonFileFilter constructor.
This commit is contained in:
parent
411f597cad
commit
9eceaa6e47
@ -21,4 +21,6 @@ public class JsonFileFilter implements FileFilter
|
|||||||
{
|
{
|
||||||
return pathname.getName().toLowerCase().endsWith(DOTJSON);
|
return pathname.getName().toLowerCase().endsWith(DOTJSON);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private JsonFileFilter() {}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user