src/share/classes/javax/sql/rowset/serial/SerialJavaObject.java

Print this page

        

@@ -68,11 +68,10 @@
     */
     private transient Field[] fields;
 
     /**
      * Constructor for <code>SerialJavaObject</code> helper class.
-     * <p>
      *
      * @param obj the Java <code>Object</code> to be serialized
      * @throws SerialException if the object is found not to be serializable
      */
     public SerialJavaObject(Object obj) throws SerialException {