diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-05-02 08:29:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-02 08:29:20 +0000 |
commit | db94da7f36280f9131230b0e5b454ec60f3fecd2 (patch) | |
tree | c114b8c5e2ad53b9e8bcb3dd0a93d3ec66295fe0 | |
parent | 1132d68537a91716c1ec7f23a4f860df32971153 (diff) | |
parent | fd910afb0001c144cd1af516795c3f793cf20be5 (diff) |
Merge "Correct the doc format in release notes"
-rw-r--r-- | docs/release-notes.rst | 5 | ||||
-rw-r--r-- | profiles/http/src/main/java/org/onap/cli/fw/http/conf/OnapCommandHttpConstants.java | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 1bdb466e..cdacebbb 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -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. diff --git a/profiles/http/src/main/java/org/onap/cli/fw/http/conf/OnapCommandHttpConstants.java b/profiles/http/src/main/java/org/onap/cli/fw/http/conf/OnapCommandHttpConstants.java index d6e8fad3..a4346a60 100644 --- a/profiles/http/src/main/java/org/onap/cli/fw/http/conf/OnapCommandHttpConstants.java +++ b/profiles/http/src/main/java/org/onap/cli/fw/http/conf/OnapCommandHttpConstants.java @@ -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 ! } } |