summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-fw
diff options
context:
space:
mode:
authorLorraine Welch <lb2391@att.com>2020-05-24 13:55:09 +0000
committerGerrit Code Review <gerrit@onap.org>2020-05-24 13:55:09 +0000
commit24009a347387de6d9fcec5b68e6c60e80117c68b (patch)
tree13bb294000bcb7eef77a423b33f8858c6e032c8b /ecomp-sdk/epsdk-fw
parent455d4211130b1ac46b4954b03454b54e65c80bb8 (diff)
parent8629492fa5d8d4643f8e88c0ae3a4240590aacf6 (diff)
Merge "removed code smells in some components"
Diffstat (limited to 'ecomp-sdk/epsdk-fw')
-rw-r--r--ecomp-sdk/epsdk-fw/src/main/java/org/onap/portalsdk/core/onboarding/util/CipherUtil.java9
1 files changed, 0 insertions, 9 deletions
diff --git a/ecomp-sdk/epsdk-fw/src/main/java/org/onap/portalsdk/core/onboarding/util/CipherUtil.java b/ecomp-sdk/epsdk-fw/src/main/java/org/onap/portalsdk/core/onboarding/util/CipherUtil.java
index 90addfe5..52864319 100644
--- a/ecomp-sdk/epsdk-fw/src/main/java/org/onap/portalsdk/core/onboarding/util/CipherUtil.java
+++ b/ecomp-sdk/epsdk-fw/src/main/java/org/onap/portalsdk/core/onboarding/util/CipherUtil.java
@@ -263,13 +263,4 @@ public class CipherUtil {
return CipherUtil.decryptPKC(encryptedText, keyString);
}
- /*public static void main(String[] args) throws CipherUtilException {
-
- String testValue = "Welcome123";
- String encrypted;
- String decrypted;
-
-
- }
-*/
}