KacerCZ commented on a change in pull request #2701:
URL: https://github.com/apache/netbeans/pull/2701#discussion_r563279576
##########
File path:
platform/core.multitabs/src/org/netbeans/core/multitabs/impl/DocumentSwitcherTable.java
##########
@@ -225,21 +225,27 @@ public TabData getTabData() {
}
@Override
- public int compareTo( Object o ) {
- if( o instanceof Item ) {
- ProjectProxy otherProject = ((Item)o).project;
- if( null == project && null != otherProject )
+ public int compareTo(Object o) {
Review comment:
I reverted formatting of method.
Thanks for review.
----------------------------------------------------------------
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.
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