mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-16 02:06:18 +01:00
fixed some sonarqube findings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user