Index: javax/swing/SortingFocusTraversalPolicy.java =================================================================== RCS file: /cvsroot/classpath/classpath/javax/swing/SortingFocusTraversalPolicy.java,v retrieving revision 1.1 diff -u -r1.1 SortingFocusTraversalPolicy.java --- javax/swing/SortingFocusTraversalPolicy.java 24 Jan 2005 10:51:10 -0000 1.1 +++ javax/swing/SortingFocusTraversalPolicy.java 4 Feb 2005 07:12:21 -0000 @@ -141,8 +141,8 @@ { if (set == null) set = (getComparator() == null - ? new TreeSet(getComparator()) - : new TreeSet()); + ? new TreeSet() + : new TreeSet(getComparator())); if (root != null) {