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