diff options
author | kjaniak <kornel.janiak@nokia.com> | 2020-02-14 16:27:00 +0100 |
---|---|---|
committer | kjaniak <kornel.janiak@nokia.com> | 2020-02-17 07:31:20 +0100 |
commit | 85022a807f5fa6b5aa673df43e3815c1fbe00248 (patch) | |
tree | 652871183cef63cc47823ae73cf5682248cdef8d /certServiceClient/src/main | |
parent | 8209f7c8dc47546a354978e36b96d3b80b5b55d9 (diff) |
Add of dummy test
pluginManagement section moved to parent pom.xml
Rename of package to follow conventions.
Issue-ID: AAF-996
Signed-off-by: kjaniak <kornel.janiak@nokia.com>
Change-Id: Id0e011408b149270da88157d1568a23b4709514b
Diffstat (limited to 'certServiceClient/src/main')
-rw-r--r-- | certServiceClient/src/main/java/org/onap/aaf/certservice/client/CertServiceClientApp.java (renamed from certServiceClient/src/main/java/org/onap/certservice/client/CertServiceClientApp.java) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/certServiceClient/src/main/java/org/onap/certservice/client/CertServiceClientApp.java b/certServiceClient/src/main/java/org/onap/aaf/certservice/client/CertServiceClientApp.java index 64d58633..f3b1c0f3 100644 --- a/certServiceClient/src/main/java/org/onap/certservice/client/CertServiceClientApp.java +++ b/certServiceClient/src/main/java/org/onap/aaf/certservice/client/CertServiceClientApp.java @@ -1,4 +1,4 @@ -package org.onap.certservice.client;/* +/* * ============LICENSE_START======================================================= * aaf-certservice-client * ================================================================================ @@ -18,6 +18,8 @@ package org.onap.certservice.client;/* * ============LICENSE_END========================================================= */ +package org.onap.aaf.certservice.client; + public class CertServiceClientApp { public static void main(String[] args) { |