src/share/classes/java/rmi/server/UID.java

Print this page
rev 10048 : 8044740: Convert all JDK versions used in @since tag to 1.n[.n] in jdk repo
Reviewed-by:

*** 64,74 **** * constructed by pairing a <code>UID</code> instance with a unique host * identifier, such as an IP address. * * @author Ann Wollrath * @author Peter Jones ! * @since JDK1.1 */ public final class UID implements Serializable { private static int hostUnique; private static boolean hostUniqueSet = false; --- 64,74 ---- * constructed by pairing a <code>UID</code> instance with a unique host * identifier, such as an IP address. * * @author Ann Wollrath * @author Peter Jones ! * @since 1.1 */ public final class UID implements Serializable { private static int hostUnique; private static boolean hostUniqueSet = false;