src/share/classes/javax/rmi/CORBA/Util.java

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

*** 54,63 **** --- 54,65 ---- import com.sun.corba.se.impl.orbutil.GetPropertyAction; /** * Provides utility methods that can be used by stubs and ties to * perform common operations. + * + * @since 1.3 */ public class Util { // This can only be set at static initialization time (no sync necessary). private static final javax.rmi.CORBA.UtilDelegate utilDelegate;