Merge "Remove unused code"
diff --git a/bpmn/MSOCommonBPMN/src/main/java/org/openecomp/mso/bpmn/common/util/CryptoUtils.java b/bpmn/MSOCommonBPMN/src/main/java/org/openecomp/mso/bpmn/common/util/CryptoUtils.java
index 2ad1e30..846b87a 100644
--- a/bpmn/MSOCommonBPMN/src/main/java/org/openecomp/mso/bpmn/common/util/CryptoUtils.java
+++ b/bpmn/MSOCommonBPMN/src/main/java/org/openecomp/mso/bpmn/common/util/CryptoUtils.java
@@ -94,23 +94,5 @@
         return b;

     }

 

-    /**

-     * Not Used...

-     *

-    * Call Rttp utility jar to encrypt pwd

-    * @param clearPassword

-    * @return

-    * @throws GeneralSecurityException

-     * @throws Exception

-    *

-    public static String encryptRttpPwd(String clearPassword) throws GeneralSecurityException {

-        try {

-            return RttpBasicAuth.encrypt(clearPassword);

-        } catch (Exception e) {

-            // wrap generic exception

-            throw new GeneralSecurityException(e);

-        }

-    }

-    */

 }

 

diff --git a/bpmn/MSOCommonBPMN/src/test/java/org/openecomp/mso/bpmn/mock/FileUtil.java b/bpmn/MSOCommonBPMN/src/test/java/org/openecomp/mso/bpmn/mock/FileUtil.java
index 2ebb44a..38d0584 100644
--- a/bpmn/MSOCommonBPMN/src/test/java/org/openecomp/mso/bpmn/mock/FileUtil.java
+++ b/bpmn/MSOCommonBPMN/src/test/java/org/openecomp/mso/bpmn/mock/FileUtil.java
@@ -35,11 +35,6 @@
 
     private static final MsoLogger LOGGER = MsoLogger.getMsoLogger (MsoLogger.Catalog.RA);
     
-    private FileUtil() {
-        /**
-         * Constructor.
-         */
-    }
 	/**
 	 * Read the specified resource file and return the contents as a String.
 	 *