< prev index next >

src/java.naming/share/classes/com/sun/jndi/ldap/LdapName.java

Print this page

        

@@ -356,11 +356,11 @@
 
     /**
      * Serializes only the unparsed DN, for compactness and to avoid
      * any implementation dependency.
      *
-     * @serialdata      The DN string and a boolean indicating whether
+     * @serialData      The DN string and a boolean indicating whether
      * the values are case sensitive.
      */
     private void writeObject(java.io.ObjectOutputStream s)
             throws java.io.IOException {
         s.writeObject(toString());
< prev index next >