src/share/classes/java/rmi/registry/Registry.java

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

*** 70,80 **** * prefix in the name binding to reduce the likelihood of name * collisions in the registry. * * @author Ann Wollrath * @author Peter Jones ! * @since JDK1.1 * @see LocateRegistry */ public interface Registry extends Remote { /** Well known port for registry. */ --- 70,80 ---- * prefix in the name binding to reduce the likelihood of name * collisions in the registry. * * @author Ann Wollrath * @author Peter Jones ! * @since 1.1 * @see LocateRegistry */ public interface Registry extends Remote { /** Well known port for registry. */