< prev index next >

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

Print this page

        

@@ -2372,11 +2372,11 @@
     }
 
     /**
      * 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();
< prev index next >