--- old/src/java.compiler/share/classes/javax/lang/model/element/ExecutableElement.java 2020-07-09 10:40:05.517417445 -0700 +++ new/src/java.compiler/share/classes/javax/lang/model/element/ExecutableElement.java 2020-07-09 10:40:05.089417445 -0700 @@ -146,7 +146,7 @@ * initializer. For a constructor, the name {@code ""} is * returned, for a static initializer, the name {@code ""} * is returned, and for an anonymous class or instance - * initializer, an empty name is returned. + * initializer, an empty name is returned. * * @return the simple name of a constructor, method, or * initializer