You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@druid.apache.org by GitBox <gi...@apache.org> on 2018/07/14 18:01:46 UTC

[GitHub] asdf2014 commented on a change in pull request #5980: Various changes about a few coding specifications

asdf2014 commented on a change in pull request #5980: Various changes about a few coding specifications
URL: https://github.com/apache/incubator-druid/pull/5980#discussion_r202521455
 
 

 ##########
 File path: services/src/main/java/io/druid/cli/CliCoordinator.java
 ##########
 @@ -255,6 +255,6 @@ public LoadQueueTaskMaster getLoadQueueTaskMaster(
 
   public static boolean isOverlord(Properties properties)
   {
-    return Boolean.valueOf(properties.getProperty("druid.coordinator.asOverlord.enabled")).booleanValue();
+    return Boolean.valueOf(properties.getProperty("druid.coordinator.asOverlord.enabled"));
 
 Review comment:
   I see. I will fix it.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@druid.apache.org
For additional commands, e-mail: dev-help@druid.apache.org