src/share/classes/javax/swing/tree/DefaultTreeCellEditor.java

Print this page

        

*** 571,581 **** private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException { s.defaultReadObject(); ! Vector values = (Vector)s.readObject(); int indexCounter = 0; int maxCounter = values.size(); if(indexCounter < maxCounter && values.elementAt(indexCounter). equals("realEditor")) { --- 571,581 ---- private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException { s.defaultReadObject(); ! Vector<?> values = (Vector)s.readObject(); int indexCounter = 0; int maxCounter = values.size(); if(indexCounter < maxCounter && values.elementAt(indexCounter). equals("realEditor")) {