summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-fw/src/main
diff options
context:
space:
mode:
authorIndrijeet kumar <indriku1@in.ibm.com>2020-05-21 17:15:15 +0530
committerIndrijeet kumar <indriku1@in.ibm.com>2020-05-21 17:15:21 +0530
commit8629492fa5d8d4643f8e88c0ae3a4240590aacf6 (patch)
treef921bdffda36b559d61a913cffede942b97a52f0 /ecomp-sdk/epsdk-fw/src/main
parent2053ff0eaa2e4d1efcdb56a953af7c631757369e (diff)
removed code smells in some components
removed code smells in some components Issue-ID: PORTAL-813 Change-Id: Ib8e1deaddbbd58d41a839c505a3e9875b1046297 Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
Diffstat (limited to 'ecomp-sdk/epsdk-fw/src/main')
-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;
-
-
- }
-*/
}