src/share/classes/javax/rmi/PortableRemoteObject.java

Print this page
rev 597 : 8047722: @since tag cleanup in corba
Reviewed-by:

*** 60,69 **** --- 60,71 ---- * available for garbage collection. * The narrow method takes an object reference or abstract interface type and * attempts to narrow it to conform to * the given interface. If the operation is successful the result will be an * object of the specified type, otherwise an exception will be thrown. + * + * @since 1.3 */ public class PortableRemoteObject { private static final javax.rmi.CORBA.PortableRemoteObjectDelegate proDelegate;