BUG 2245 - Fixed Redundant Modifier
[openflowjava.git] / openflow-protocol-api / src / main / java / org / opendaylight / openflowjava / protocol / api / connection / TlsConfiguration.java
index 00e1a4109d3dc11af78e52ee5ab49e28fb0a83ab..fde44efb70d816ccd91a5218aa1a0eb45ed0a275 100644 (file)
@@ -21,45 +21,45 @@ public interface TlsConfiguration {
     /**\r
      * @return keystore location\r
      */\r
-    public String getTlsKeystore();\r
+    String getTlsKeystore();\r
     \r
     /**\r
      * @return keystore type\r
      */\r
-    public KeystoreType getTlsKeystoreType();\r
+    KeystoreType getTlsKeystoreType();\r
     \r
     /**\r
      * @return truststore location\r
      */\r
-    public String getTlsTruststore();\r
+    String getTlsTruststore();\r
     \r
     /**\r
      * @return truststore type\r
      */\r
-    public KeystoreType getTlsTruststoreType();\r
+    KeystoreType getTlsTruststoreType();\r
 \r
     /**\r
      * @return keystore path type (CLASSPATH or PATH)\r
      */\r
-    public PathType getTlsKeystorePathType();\r
+    PathType getTlsKeystorePathType();\r
 \r
     /**\r
      * @return truststore path type (CLASSPATH or PATH)\r
      */\r
-    public PathType getTlsTruststorePathType();\r
+    PathType getTlsTruststorePathType();\r
 \r
     /**\r
      * @return password protecting specified keystore\r
      */\r
-    public String getKeystorePassword();\r
+    String getKeystorePassword();\r
 \r
     /**\r
      * @return password protecting certificate\r
      */\r
-    public String getCertificatePassword();\r
+    String getCertificatePassword();\r
 \r
     /**\r
      * @return password protecting specified truststore\r
      */\r
-    public String getTruststorePassword();\r
+    String getTruststorePassword();\r
 }\r