vdiravka commented on a change in pull request #1345: DRILL-6494: Drill Plugins Handler URL: https://github.com/apache/drill/pull/1345#discussion_r199073178
########## File path: exec/java-exec/src/main/java/org/apache/drill/exec/store/StoragePluginRegistryImpl.java ########## @@ -63,17 +65,15 @@ import com.google.common.cache.CacheLoader; import com.google.common.cache.LoadingCache; import com.google.common.cache.RemovalListener; -import com.google.common.cache.RemovalNotification; -import com.google.common.collect.Lists; -import com.google.common.collect.Maps; -import com.google.common.collect.Sets; import com.google.common.io.Resources; public class StoragePluginRegistryImpl implements StoragePluginRegistry { private static final org.slf4j.Logger logger = org.slf4j.LoggerFactory.getLogger(StoragePluginRegistryImpl.class); + /** Drill supported plugins */ private Map<Object, Constructor<? extends StoragePlugin>> availablePlugins = Collections.emptyMap(); - private final StoragePluginMap plugins = new StoragePluginMap(); + /** Enabled plugins */ Review comment: This is not a comment, It is one line JavaDoc for the variable. I have changed format to the three lines Java doc ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services