잘못된 주석 제거
This commit is contained in:
@@ -122,7 +122,6 @@ public class EncryptionManager implements Lifecycle {
|
||||
|
||||
public String encryptDBData(String plainText) {
|
||||
if(isEncrypt()) {
|
||||
// diamo
|
||||
if ("DAMO".equals(dbEncryptSolutionName)) {
|
||||
com.eactive.ext.djb.DamoManager damoManager = new com.eactive.ext.djb.DamoManager();
|
||||
return damoManager.encrypt(plainText);
|
||||
|
||||
Reference in New Issue
Block a user