mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-17 10:41:06 +01:00
fix bug in DefaultFileFilter constructor
This commit is contained in:
@@ -72,7 +72,7 @@ public class DefaultFileFilter implements FileFilter
|
||||
{
|
||||
if (excludes == null)
|
||||
{
|
||||
excludes = Collections.emptySet();
|
||||
this.excludes = Collections.emptySet();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user