pivotal-jbarrett commented on a change in pull request #5040:
URL: https://github.com/apache/geode/pull/5040#discussion_r422446217



##########
File path: 
geode-core/src/main/java/org/apache/geode/net/SSLParameterExtension.java
##########
@@ -29,9 +29,9 @@
   /**
    * Initialize the SSLParameterExtension.
    *
-   * @param config the DistributionConfig
+   * @param properties the Properties
    */
-  default void init(DistributionConfig config) {}
+  default void init(Properties properties) {}

Review comment:
       The API break is necessary because the original was not a valid API 
since it leaked internal types. The case of two wrongs make a right.




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to