NetconfConnectionDetails
[appc.git] / appc-adapters / appc-netconf-adapter / appc-netconf-adapter-bundle / src / main / java / org / onap / appc / adapter / netconf / NetconfConnectionDetails.java
index e7c0cc4..dc16eca 100644 (file)
@@ -37,7 +37,7 @@ public class NetconfConnectionDetails {
     private String username;
     private String password;
 
-    public static int DEFAULT_PORT = 830;
+    public static final int DEFAULT_PORT = 830;
     private List<String> capabilities;
     private Properties additionalProperties;