< prev index next >

src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/Utils.java

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

*** 281,291 **** } } /** * According to ! * <cite>The Java&trade; Language Specification</cite>, * all the outer classes and static inner classes are core classes. */ public boolean isCoreClass(TypeElement e) { return getEnclosingTypeElement(e) == null || isStatic(e); } --- 281,291 ---- } } /** * According to ! * <cite>The Java Language Specification</cite>, * all the outer classes and static inner classes are core classes. */ public boolean isCoreClass(TypeElement e) { return getEnclosingTypeElement(e) == null || isStatic(e); }
< prev index next >