Bug 2245 - Fixed 'Hide Utility Class Constructor'
[openflowjava.git] / simple-client / src / main / java / org / opendaylight / openflowjava / protocol / impl / clients / ClientSslKeyStore.java
index 279072fa7fe6ae9ca88cb9b212bbe458eb3684ed..233b1c1148c7750848dd366dde1ec4d36fa11265 100644 (file)
@@ -19,6 +19,10 @@ public final class ClientSslKeyStore {
 
     private static final String filename = "/selfSignedSwitch";
 
+    private ClientSslKeyStore() {
+        throw new UnsupportedOperationException("Utility class shouldn't be instantiated");
+    }
+
     /**
      * InputStream instance of key
      *