Galsza commented on code in PR #6548:
URL: https://github.com/apache/ozone/pull/6548#discussion_r1580069088


##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/security/ssl/PemFileBasedKeyStoresFactory.java:
##########
@@ -51,7 +51,7 @@ public class PemFileBasedKeyStoresFactory implements 
KeyStoresFactory,
   /**
    * Default format of the keystore files.
    */
-  public static final String DEFAULT_KEYSTORE_TYPE = "jks";
+  public static final String DEFAULT_KEYSTORE_TYPE = KeyStore.getDefaultType();

Review Comment:
   I've inlined the usages. I agree with it being easier to search that way, 
which might or might not come in handy later.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to