< prev index next >

src/java.compiler/share/classes/javax/lang/model/element/Modifier.java

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

*** 105,115 **** /** The modifier {@code native} */ NATIVE, /** The modifier {@code strictfp} */ STRICTFP; /** * Returns this modifier's name as defined in <cite>The ! * Java&trade; Language Specification</cite>. * The modifier name is the {@linkplain #name() name of the enum * constant} in lowercase and with any underscores ("{@code _}") * replaced with hyphens ("{@code -}"). * @return the modifier's name */ --- 105,115 ---- /** The modifier {@code native} */ NATIVE, /** The modifier {@code strictfp} */ STRICTFP; /** * Returns this modifier's name as defined in <cite>The ! * Java Language Specification</cite>. * The modifier name is the {@linkplain #name() name of the enum * constant} in lowercase and with any underscores ("{@code _}") * replaced with hyphens ("{@code -}"). * @return the modifier's name */
< prev index next >