rubenada commented on code in PR #3901:
URL: https://github.com/apache/calcite/pull/3901#discussion_r1770947620


##########
linq4j/src/main/java/org/apache/calcite/linq4j/tree/MethodDeclaration.java:
##########
@@ -57,20 +60,39 @@ public MethodDeclaration(int modifier, String name, Type 
resultType,
   }
 
   @Override public void accept(ExpressionWriter writer) {
-    String modifiers = Modifier.toString(modifier);
-    writer.append(modifiers);
+    final ExpressionWriter writerForUnsplitMethod = 
writer.usesMethodSplitting()

Review Comment:
   I have the impression the intent of this line is not very obvious, perhaps a 
comment would help to clarify it.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to