diff options
author | 2020-02-17 07:03:40 +0000 | |
---|---|---|
committer | 2020-02-17 07:03:40 +0000 | |
commit | 6e639f193bcae8b8dfbd286dce456a39275dd988 (patch) | |
tree | 9346f50618f52bbc4966053b5ed5b7960d38b0f5 /certServiceClient/src/main | |
parent | bd10fbac3f2369faa7ea83d2f9800b0dbc96933d (diff) | |
parent | 85022a807f5fa6b5aa673df43e3815c1fbe00248 (diff) |
Merge "Add of dummy test"
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) { |