< prev index next >

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

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

*** 100,110 **** String signature(); /** * Gets the generic signature for this variable 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 --- 100,110 ---- String signature(); /** * Gets the generic signature for this variable 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 >