Correct the doc format in release notes 71/45071/1
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Fri, 27 Apr 2018 09:25:07 +0000 (14:55 +0530)
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Fri, 27 Apr 2018 09:25:07 +0000 (14:55 +0530)
Issue-ID: CLI-100

Change-Id: Ieb5a43d3211982bcce9ad2ffb3d9184b9fd1bdb8
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
docs/release-notes.rst
profiles/http/src/main/java/org/onap/cli/fw/http/conf/OnapCommandHttpConstants.java

index 1bdb466..cdacebb 100644 (file)
@@ -25,8 +25,9 @@ In addition, it made following changes to OCS 1.0
 
 * http profile is enabled with
 
-** service to capture micro-service catalog and auth information
-** body section could be customized using context
+-- service to capture micro-service catalog and auth information
+
+-- body section could be customized using context
 
 * New default parameters verify and context are added.
 
index d6e8fad..a4346a6 100644 (file)
@@ -109,9 +109,9 @@ public class OnapCommandHttpConstants {
     public static final String VERIFY_CONTENT_TYPE = "Content-Type";
     public static final String VERIFY_CONTENT_TYPE_VALUE = APPLICATION_JSON;
     public static final String VERIFY_DISABLE_MOCKING = "DISABLE_MOCKING";
-    
+
     private OnapCommandHttpConstants() {
-       //as per coding standard !
+        //as per coding standard !
     }
 }