arina-ielchiieva commented on a change in pull request #1345: DRILL-6494: Drill
Plugins Handler
URL: https://github.com/apache/drill/pull/1345#discussion_r198844037
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/store/NamedStoragePluginConfig.java
##########
@@ -25,6 +25,14 @@
public class NamedStoragePluginConfig extends StoragePluginConfig {
public String name;
+ public String getName() {
Review comment:
Why name is public if you have getter and setter? Plus consider making name
final and adding constructor and removing setter.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services