|
|
|
@ -186,7 +186,8 @@ public abstract class AbstractExtensionFinder implements ExtensionFinder, Plugin
|
|
|
|
|
entries = null; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
protected void logExtensions(Set<String> extensions) { |
|
|
|
|
protected void debugExtensions(Set<String> extensions) { |
|
|
|
|
if (log.isDebugEnabled()) { |
|
|
|
|
if (extensions.isEmpty()) { |
|
|
|
|
log.debug("No extensions found"); |
|
|
|
|
} else { |
|
|
|
@ -196,6 +197,7 @@ public abstract class AbstractExtensionFinder implements ExtensionFinder, Plugin
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
private Map<String, Set<String>> readStorages() { |
|
|
|
|
Map<String, Set<String>> result = new LinkedHashMap<>(); |
|
|
|
|