--- old/src/java.base/share/classes/java/lang/Class.java 2018-10-22 13:11:51.810081861 -0700 +++ new/src/java.base/share/classes/java/lang/Class.java 2018-10-22 13:11:51.522081849 -0700 @@ -405,7 +405,7 @@ /** - * Returns the {@code Class} with the given + * Returns the {@code Class} with the given * binary name in the given module. * *

This method attempts to locate, load, and link the class or interface. @@ -427,7 +427,7 @@ * loads a class in another module. * * @param module A module - * @param name The binary name + * @param name The binary name * of the class * @return {@code Class} object of the given name defined in the given module; * {@code null} if not found. --- old/src/java.base/share/classes/java/lang/StackWalker.java 2018-10-22 13:11:52.662081896 -0700 +++ new/src/java.base/share/classes/java/lang/StackWalker.java 2018-10-22 13:11:52.306081882 -0700 @@ -100,7 +100,7 @@ */ public interface StackFrame { /** - * Gets the binary name + * Gets the binary name * of the declaring class of the method represented by this stack frame. * * @return the binary name of the declaring class of the method