--- old/src/jdk.jshell/share/classes/jdk/jshell/spi/SPIResolutionException.java 2016-07-19 16:57:27.971124644 -0700 +++ new/src/jdk.jshell/share/classes/jdk/jshell/spi/SPIResolutionException.java 2016-07-19 16:57:27.883122404 -0700 @@ -33,9 +33,6 @@ *

* This exception is seen by the execution engine, but not seen by * the end user nor through the JShell API. - * - * @see ExecutionEnv#createUnresolvedReferenceException(int, - * java.lang.StackTraceElement[]) */ @SuppressWarnings("serial") // serialVersionUID intentionally omitted public class SPIResolutionException extends RuntimeException { @@ -57,11 +54,9 @@ } /** - * Retrieves the internal identifer of the unresolved identifer. + * Retrieves the internal identifier of the unresolved identifier. * - * @return the internal identifer - * @see ExecutionEnv#createUnresolvedReferenceException(int, - * java.lang.StackTraceElement[]) + * @return the internal identifier */ public int id() { return id;