commit | 933cdbd4c20f18fe47f253bd721baf6ae996e906 | [log] [tgz] |
---|---|---|
author | vempo <vitaliy.emporopulo@amdocs.com> | Thu Oct 25 19:27:22 2018 +0300 |
committer | Avi Gaffa <avi.gaffa@amdocs.com> | Sun Oct 28 06:58:23 2018 +0000 |
tree | d8298cf67446c13b688ceb1446a15516da698fc5 | |
parent | edc8d7bbb0faad568b367e60012db476525c288c [diff] [blame] |
Code formatting of configuration framework Fixed code formatting, removed meaningless Javadoc comments, added copyright headers, minor (and safe) static analysis fixes. Change-Id: I3eda1f242905da5b80e024cf30a69ff59381fc43 Issue-ID: SDC-1867 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
diff --git a/common/onap-common-configuration-management/onap-configuration-management-api/pom.xml b/common/onap-common-configuration-management/onap-configuration-management-api/pom.xml index 376ff9a..08be65a 100644 --- a/common/onap-common-configuration-management/onap-configuration-management-api/pom.xml +++ b/common/onap-common-configuration-management/onap-configuration-management-api/pom.xml
@@ -1,5 +1,5 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion>