johntor commented on code in PR #5391:
URL: https://github.com/apache/netbeans/pull/5391#discussion_r1092420936
##########
java/java.graph/src/org/netbeans/modules/java/graph/NodeWidget.java:
##########
@@ -102,25 +106,27 @@
private String tooltipText;
private final WidgetAction fixConflictAction;
- private final WidgetAction sceneHoverActionAction;
-
+ private final WidgetAction sceneHoverActionAction;
+
// for use from FruchtermanReingoldLayout
- public double locX, locY, dispX, dispY;
- private boolean fixed;
-
- NodeWidget(@NonNull DependencyGraphScene scene, GraphNode<I> node, final
Action fixConflictAction, final WidgetAction sceneHoverActionAction) {
+ public double locX, locY, dispX, dispY;
+ private boolean fixed;
+
+ NodeWidget(@NonNull DependencyGraphScene scene, GraphNode<I> node, final
Action fixConflictAction, final WidgetAction sceneHoverActionAction) {
super(scene);
Parameters.notNull("node", node);
- if(fixConflictAction != null) {
+ if (fixConflictAction != null) {
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