--- 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