잘못된 주석 제거

This commit is contained in:
curry772
2026-06-05 13:00:15 +09:00
parent 4ce22937af
commit d9ff1fa40b
@@ -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);