Upgrade sonar plugin
[vid.git] / vid-app-common / src / main / java / org / openecomp / vid / client / HttpsBasicClient.java
index dc0e355..676a7e7 100755 (executable)
@@ -95,7 +95,7 @@ public class HttpsBasicClient{
                        //May need to make the algorithm a parameter. MSO requires TLSv1.1      or TLSv1.2\r
                        ctx = SSLContext.getInstance("TLSv1.2");\r
                        \r
-                       /* \r
+                       /*\r
                        KeyManagerFactory kmf = null;\r
                        try {\r
                                kmf = KeyManagerFactory.getInstance("SunX509");\r
@@ -113,7 +113,7 @@ public class HttpsBasicClient{
                        ctx.init(kmf.getKeyManagers(), null, null);\r
                        */\r
                        ctx.init(null, null, null);\r
-                       //config.getProperties().put(HTTPSProperties.PROPERTY_HTTPS_PROPERTIES, \r
+                       //config.getProperties().put(HTTPSProperties.PROPERTY_HTTPS_PROPERTIES,\r
                        //                                                      new HTTPSProperties( , ctx));\r
                        \r
                        return ClientBuilder.newBuilder()\r