Update files with proper formatting 57/26557/3
authorTakamune Cho <tc012c@att.com>
Tue, 19 Dec 2017 14:22:34 +0000 (08:22 -0600)
committerPatrick Brady <pb071s@att.com>
Tue, 19 Dec 2017 16:42:15 +0000 (16:42 +0000)
Change-Id: I89e045a3a60521582044506b3bdc27239a2f7dee
Issue-ID: APPC-305
Signed-off-by: Takamune Cho <tc012c@att.com>
appc-client/.gitignore
appc-client/client-kit/src/main/java/org/onap/appc/client/lcm/model/AuditOutput.java
appc-client/client-lib/src/main/java/org/onap/appc/client/impl/protocol/ConsumerImpl.java
appc-client/client-lib/src/main/java/org/onap/appc/client/impl/protocol/ProducerImpl.java

index 0a7fe3c..15cb5bd 100644 (file)
@@ -1,4 +1,5 @@
 /target/
+/target-ide/
 /.idea/
 *.iml
 /logs/
index 8f57328..deacf17 100644 (file)
@@ -59,14 +59,14 @@ public class AuditOutput {
     }
 
     /**
-     * The specific response codes are to be aligned with SDC reference doc (main table removed to avoid duplication and digression from main table). See SDC and ECOMP Distribution Consumer Interface Agreement
+     * The specific response codes are to be aligned with SDC reference doc (main table removed to avoid duplication and digression from main table). See SDC and ONAP Distribution Consumer Interface Agreement
      */
     public Status getStatus() {
         return status;
     }
 
     /**
-     * The specific response codes are to be aligned with SDC reference doc (main table removed to avoid duplication and digression from main table). See SDC and ECOMP Distribution Consumer Interface Agreement
+     * The specific response codes are to be aligned with SDC reference doc (main table removed to avoid duplication and digression from main table). See SDC and ONAP Distribution Consumer Interface Agreement
      */
     public void setStatus(Status status) {
         this.status = status;
index 8fc6788..07ceac2 100644 (file)
@@ -109,7 +109,7 @@ class ConsumerImpl implements Consumer {
         //added for loop for defect 354330
         for (String url : hosts) {
             if (url.contains("3905") || url.contains("https")) {
-               builder.usingHttps(true);
+                builder.usingHttps(true);
                 break;
             }
         }
index b979c9d..b0bde6a 100644 (file)
@@ -66,7 +66,7 @@ class ProducerImpl implements Producer {
         //added for loop for defect 354330
         for (String url : hosts) {
             if (url.contains("3905") || url.contains("https")) {
-               builder.usingHttps(true);
+                builder.usingHttps(true);
                 break;
             }
         }