HoneyNode Java 11 support for 121 devices
[transportpce.git] / tests / honeynode / 1.2.1 / minimal-distribution-core / src / main / java / io / fd / honeycomb / infra / distro / schema / ResourceLoader.java
@@ -58,6 +58,10 @@ public interface ResourceLoader {
 
     final class ResourceLoaderIml {
 
+        private ResourceLoaderIml() {
+            throw new UnsupportedOperationException();
+        }
+
         private static Set<String> readFromFolder(final URL folderUrl) {
             final File folder = new File(folderUrl.getPath());
             final File[] files = checkNotNull(folder.listFiles(), "No files present on path %s", folderUrl);