--- old/src/java.desktop/share/classes/javax/swing/DefaultListModel.java 2018-10-01 10:00:25.290026000 +0700 +++ new/src/java.desktop/share/classes/javax/swing/DefaultListModel.java 2018-10-01 10:00:24.806026000 +0700 @@ -98,7 +98,7 @@ * @param anArray the array into which the components get copied * @see Vector#copyInto(Object[]) */ - public void copyInto(Object anArray[]) { + public void copyInto(Object[] anArray) { delegate.copyInto(anArray); }