mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
missing return added, thanks FindBugs!
This commit is contained in:
@@ -62,7 +62,7 @@ public abstract class AntDomDirSet extends AntDomFilesProviderImpl{
|
||||
}
|
||||
|
||||
if (singleFile != null && singleFile.isDirectory()) {
|
||||
Collections.singletonList(singleFile);
|
||||
return Collections.singletonList(singleFile);
|
||||
}
|
||||
|
||||
return Collections.emptyList();
|
||||
|
||||
Reference in New Issue
Block a user