< prev index next >

src/jdk.jdi/share/classes/com/sun/jdi/ReferenceType.java

Print this page
rev 60127 : 8249205: Remove unnecessary trademark symbols

*** 32,42 **** import com.sun.jdi.event.VMDisconnectEvent; /** * The type of an object in a target VM. ReferenceType encompasses * classes, interfaces, and array types as defined in ! * <cite>The Java&trade; Language Specification</cite>. * All ReferenceType objects belong to one of the following * subinterfaces: * {@link ClassType} for classes, * {@link InterfaceType} for interfaces, and * {@link ArrayType} for arrays. --- 32,42 ---- import com.sun.jdi.event.VMDisconnectEvent; /** * The type of an object in a target VM. ReferenceType encompasses * classes, interfaces, and array types as defined in ! * <cite>The Java Language Specification</cite>. * All ReferenceType objects belong to one of the following * subinterfaces: * {@link ClassType} for classes, * {@link InterfaceType} for interfaces, and * {@link ArrayType} for arrays.
*** 94,104 **** String name(); /** * Gets the generic signature for this type if there is one. * Generic signatures are described in the ! * <cite>The Java&trade; Virtual Machine Specification</cite>. * * @return a string containing the generic signature, or <code>null</code> * if there is no generic signature. * * @since 1.5 --- 94,104 ---- String name(); /** * Gets the generic signature for this type if there is one. * Generic signatures are described in the ! * <cite>The Java Virtual Machine Specification</cite>. * * @return a string containing the generic signature, or <code>null</code> * if there is no generic signature. * * @since 1.5
< prev index next >