< prev index next >

src/java.base/share/classes/java/text/SimpleDateFormat.java

Print this page

        

*** 2372,2382 **** } /** * After reading an object from the input stream, the format * pattern in the object is verified. ! * <p> * @exception InvalidObjectException if the pattern is invalid */ private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException { stream.defaultReadObject(); --- 2372,2382 ---- } /** * After reading an object from the input stream, the format * pattern in the object is verified. ! * * @exception InvalidObjectException if the pattern is invalid */ private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException { stream.defaultReadObject();
< prev index next >