You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: net.sourceforge.pmd.eclipse.plugin/src/main/java/net/sourceforge/pmd/eclipse/ui/preferences/RuleTableViewerSorter.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -148,9 +148,9 @@ public void setSortDescending(boolean sortDescending) {
148
148
/**
149
149
* @return Returns the comparator.
150
150
*/
151
-
// public Comparator<Rule> getComparator() {
152
-
// return comparator;
153
-
// }
151
+
publicComparator<Rule> getComparator() {
152
+
returncomparator;
153
+
}
154
154
155
155
/**
156
156
* Set a comparator. If the same comparator is already set, then change the
Copy file name to clipboardExpand all lines: net.sourceforge.pmd.eclipse.plugin/src/main/java/net/sourceforge/pmd/eclipse/ui/views/actions/PriorityFilterAction.java
0 commit comments