Bug 2245 - Fixed 'Hide Utility Class Constructor'
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / core / SslKeyStore.java
index 25c2e0b2f8a14381b831d18d19501da6631be8ef..983a03e99f5bd930fefd4a46c424ee6b33873090 100644 (file)
@@ -26,6 +26,10 @@ public final class SslKeyStore {
 
     private static final Logger LOGGER = LoggerFactory.getLogger(SslKeyStore.class);
 
+    private SslKeyStore() {
+        throw new UnsupportedOperationException("Utility class shouldn't be instantiated");
+    }
+
     /**
      * InputStream instance of key - key location is on classpath
      * @param filename keystore location