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

Print this page

        

@@ -45,11 +45,11 @@
  * attempt to serialize all non-static members to permit the object
  * state to be serialized.
  * Static or transient fields cannot be serialized; an attempt to serialize
  * them will result in a <code>SerialException</code> object being thrown.
  *
- * <h4> Thread safety </h4>
+ * <h3> Thread safety </h3>
  *
  * A SerialJavaObject is not safe for use by multiple concurrent threads.  If a
  * SerialJavaObject is to be used by more than one thread then access to the
  * SerialJavaObject should be controlled by appropriate synchronization.
  *