vvysotskyi commented on a change in pull request #1415: DRILL-6656: Disallow
extra semicolons in import statements.
URL: https://github.com/apache/drill/pull/1415#discussion_r207500750
##########
File path:
exec/memory/base/src/main/java/org/apache/drill/exec/memory/BaseAllocator.java
##########
@@ -788,8 +788,7 @@ public static StringBuilder indent(StringBuilder sb, int
indent) {
public static enum Verbosity {
BASIC(false, false), // only include basic information
LOG(true, false), // include basic
- LOG_WITH_STACKTRACE(true, true) //
- ;
+ LOG_WITH_STACKTRACE(true, true); //
Review comment:
Please remove the empty comment at the end of the line.
----------------------------------------------------------------
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