mishrasandeep commented on code in PR #3343:
URL: https://github.com/apache/netbeans/pull/3343#discussion_r867696356


##########
java/java.hints/src/org/netbeans/modules/java/hints/errors/Utilities.java:
##########
@@ -3196,7 +3198,7 @@ public static void 
performRewriteRuleSwitch(JavaFix.TransformationContext ctx, T
         for (Iterator<? extends CaseTree> it = cases.iterator(); 
it.hasNext();) {
             CaseTree ct = it.next();
             TreePath casePath = new TreePath(tp, ct);
-            patterns.addAll(ct.getLabels());
+            patterns.addAll(ct.getLabels());            

Review Comment:
   Thanks for the input. Have made the changes.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to