fixed some sonarqube findings

This commit is contained in:
Sebastian Sdorra
2020-04-16 12:03:12 +02:00
parent 81e8dc428c
commit 0d4976ecf1
5 changed files with 30 additions and 89 deletions

View File

@@ -98,7 +98,7 @@ public final class ExtensionCollector
if (collection == null)
{
collection = Collections.EMPTY_SET;
collection = Collections.emptySet();
}
return collection;
@@ -123,7 +123,7 @@ public final class ExtensionCollector
}
else
{
exts = Collections.EMPTY_SET;
exts = Collections.emptySet();
}
return exts;