diff options
author | kjaniak <kornel.janiak@nokia.com> | 2020-02-14 14:33:27 +0100 |
---|---|---|
committer | kjaniak <kornel.janiak@nokia.com> | 2020-02-14 14:56:23 +0100 |
commit | 8209f7c8dc47546a354978e36b96d3b80b5b55d9 (patch) | |
tree | f2b94a835701ab5ccab5e489a50c452116d5c2a6 /certServiceClient/src | |
parent | a25ac75e388dccaf9c69fa271098295ca1e43d81 (diff) |
Adding certServerClient module to repo
Issue-ID: AAF-996
Signed-off-by: kjaniak <kornel.janiak@nokia.com>
Change-Id: I787c9a15bb2f9a63084eb3663368d5b707dc2452
Diffstat (limited to 'certServiceClient/src')
-rw-r--r-- | certServiceClient/src/main/java/org/onap/certservice/client/CertServiceClientApp.java | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/certServiceClient/src/main/java/org/onap/certservice/client/CertServiceClientApp.java b/certServiceClient/src/main/java/org/onap/certservice/client/CertServiceClientApp.java new file mode 100644 index 00000000..64d58633 --- /dev/null +++ b/certServiceClient/src/main/java/org/onap/certservice/client/CertServiceClientApp.java @@ -0,0 +1,26 @@ +package org.onap.certservice.client;/* + * ============LICENSE_START======================================================= + * aaf-certservice-client + * ================================================================================ + * Copyright (C) 2020 Nokia. All rights reserved. + * ================================================================================ + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * ============LICENSE_END========================================================= + */ + +public class CertServiceClientApp { + public static void main(String[] args) { + + System.exit(0); + } +}
\ No newline at end of file |