johntor commented on code in PR #5391:
URL: https://github.com/apache/netbeans/pull/5391#discussion_r1092420694


##########
java/java.graph/src/org/netbeans/modules/java/graph/NodeWidget.java:
##########
@@ -78,13 +77,18 @@
     private static final int RIGHT_TOP = 3;
     private static final int RIGHT_BOTTOM = 4;
 
-    private static final @StaticResource String LOCK_ICON = 
"org/netbeans/modules/java/graph/resources/lock.png";
-    private static final @StaticResource String LOCK_BROKEN_ICON = 
"org/netbeans/modules/java/graph/resources/lock-broken.png";
-    private static final @StaticResource String BULB_ICON = 
"org/netbeans/modules/java/graph/resources/bulb.gif";
-    private static final @StaticResource String BULB_HIGHLIGHT_ICON = 
"org/netbeans/modules/java/graph/resources/bulb-highlight.gif";
+    private static final @StaticResource
+    String LOCK_ICON = "org/netbeans/modules/java/graph/resources/lock.png";
+    private static final @StaticResource
+    String LOCK_BROKEN_ICON = 
"org/netbeans/modules/java/graph/resources/lock-broken.png";
+    private static final @StaticResource
+    String BULB_ICON = "org/netbeans/modules/java/graph/resources/bulb.gif";
+    private static final @StaticResource
+    String BULB_HIGHLIGHT_ICON = 
"org/netbeans/modules/java/graph/resources/bulb-highlight.gif";

Review Comment:
   My Netbeans autoformatter has different setting than yours!



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