sureshanaparti commented on a change in pull request #5459:
URL: https://github.com/apache/cloudstack/pull/5459#discussion_r709985193



##########
File path: 
utils/src/main/java/com/cloud/utils/crypt/EncryptionSecretKeyChecker.java
##########
@@ -55,8 +57,8 @@ public void init() {
         DbProperties.getDbProperties();
     }
 
-    public void check(Properties dbProps) throws IOException {
-        String encryptionType = 
dbProps.getProperty("db.cloud.encryption.type");
+    public void check(Properties dbProps, String property) throws IOException {

Review comment:
       ```suggestion
       public void check(Properties properties, String property) throws 
IOException {
   ```
   
   _props_  or _properties_ whatever




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to