--- old/src/java.base/share/classes/sun/reflect/generics/scope/DummyScope.java 2015-09-24 14:38:25.173755322 +0300 +++ new/src/java.base/share/classes/sun/reflect/generics/scope/DummyScope.java 2015-09-24 14:38:24.817755329 +0300 @@ -29,9 +29,9 @@ /** * This class is used to provide enclosing scopes for top level classes. - * We cannot use null to represent such a scope, since the + * We cannot use {@code null} to represent such a scope, since the * enclosing scope is computed lazily, and so the field storing it is - * null until it has been computed. Therefore, null is reserved + * null until it has been computed. Therefore, {@code null} is reserved * to represent an as-yet-uncomputed scope, and cannot be used for any * other kind of scope. */ @@ -53,7 +53,7 @@ /** * Lookup a type variable in the scope, using its name. Always returns - * null. + * {@code null}. * @param name - the name of the type variable being looked up * @return null */