fix bug in DefaultFileFilter constructor

This commit is contained in:
Sebastian Sdorra
2013-01-04 21:59:10 +01:00
parent 50cd01ea85
commit 79b76c2c0c

View File

@@ -72,7 +72,7 @@ public class DefaultFileFilter implements FileFilter
{
if (excludes == null)
{
excludes = Collections.emptySet();
this.excludes = Collections.emptySet();
}
else
{