diff options
author | 2020-02-18 10:16:52 +0000 | |
---|---|---|
committer | 2020-02-18 10:16:52 +0000 | |
commit | 39d5f8d61857e55fd36add1235ca87157b4c9c92 (patch) | |
tree | 4bf3819561fbc8b695090b4c161b2f09fa7f1012 /certServiceClient/src/main/java | |
parent | 836acdb5bdd2dc9b07995919ad8d77c2ae45609e (diff) | |
parent | 6e2234ce6ee4492ba65dead0329e2a24fe1a75c3 (diff) |
Merge "Fix for not running tests"
Diffstat (limited to 'certServiceClient/src/main/java')
-rw-r--r-- | certServiceClient/src/main/java/org/onap/aaf/certservice/client/CertServiceClientApp.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/certServiceClient/src/main/java/org/onap/aaf/certservice/client/CertServiceClientApp.java b/certServiceClient/src/main/java/org/onap/aaf/certservice/client/CertServiceClientApp.java index f3b1c0f3..8b200be3 100644 --- a/certServiceClient/src/main/java/org/onap/aaf/certservice/client/CertServiceClientApp.java +++ b/certServiceClient/src/main/java/org/onap/aaf/certservice/client/CertServiceClientApp.java @@ -23,6 +23,5 @@ package org.onap.aaf.certservice.client; public class CertServiceClientApp { public static void main(String[] args) { - System.exit(0); } }
\ No newline at end of file |