< prev index next >

src/java.desktop/share/classes/com/sun/beans/TypeResolver.java

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

*** 222,232 **** /** * Converts the given {@code type} to the corresponding class. * This method implements the concept of type erasure, * that is described in section 4.6 of ! * <cite>The Java&trade; Language Specification</cite>. * * @param type the array of types to convert * @return a corresponding class */ public static Class<?> erase(Type type) { --- 222,232 ---- /** * Converts the given {@code type} to the corresponding class. * This method implements the concept of type erasure, * that is described in section 4.6 of ! * <cite>The Java Language Specification</cite>. * * @param type the array of types to convert * @return a corresponding class */ public static Class<?> erase(Type type) {
< prev index next >