< prev index next >

src/java.naming/share/classes/javax/naming/Name.java

Print this page

        

*** 62,71 **** --- 62,72 ---- /** * The class fingerprint that is set to indicate * serialization compatibility with a previous * version of the class. */ + @SuppressWarnings("serial") // serialVersionUID in an interface is ineffectual static final long serialVersionUID = -3617482732056931635L; /** * Generates a new copy of this name. * Subsequent changes to the components of this name will not
< prev index next >