< prev index next >

src/java.desktop/macosx/classes/com/apple/laf/AquaFileSystemModel.java

Print this page

        

*** 327,337 **** } } } ! private final void swap(final Vector<Object> a, final int i, final int j) { final Object T = a.elementAt(i); a.setElementAt(a.elementAt(j), i); a.setElementAt(T, j); } --- 327,337 ---- } } } ! private void swap(final Vector<Object> a, final int i, final int j) { final Object T = a.elementAt(i); a.setElementAt(a.elementAt(j), i); a.setElementAt(T, j); }
< prev index next >