You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2020/03/05 13:25:45 UTC

[GitHub] [drill] vvysotskyi commented on a change in pull request #2012: DRILL-7625: Add options for SslContextFactory

vvysotskyi commented on a change in pull request #2012: DRILL-7625: Add options for SslContextFactory
URL: https://github.com/apache/drill/pull/2012#discussion_r388287319
 
 

 ##########
 File path: common/src/main/java/org/apache/drill/common/config/NestedConfig.java
 ##########
 @@ -111,6 +111,14 @@ public String getString(String path) {
     return c.getString(path);
   }
 
+  public String getString(String path, String defaultValue) {
 
 Review comment:
   Please add JavaDoc.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services