jdk/src/share/classes/java/time/Ser.java
changeset 17474 8c100beabcc0
parent 15658 55b829ca2334
child 19841 15c8e97d6a14
--- a/jdk/src/share/classes/java/time/Ser.java	Wed May 15 15:01:59 2013 +0100
+++ b/jdk/src/share/classes/java/time/Ser.java	Wed May 15 07:48:57 2013 -0700
@@ -66,7 +66,7 @@
 /**
  * The shared serialization delegate for this package.
  *
- * <h3>Implementation notes</h3>
+ * @implNote
  * This class wraps the object being serialized, and takes a byte representing the type of the class to
  * be serialized.  This byte can also be used for versioning the serialization format.  In this case another
  * byte flag would be used in order to specify an alternative version of the type format.