# HG changeset patch # User rfield # Date 1503329382 25200 # Node ID 9ce97d94faa6063a821ca714650001631e989dfe # Parent af01204af8151531efb26fd1a30898aeff304fb6 8186475: JShell API: remove trailing HTML paragraph tag Reviewed-by: jlahoda diff -r af01204af815 -r 9ce97d94faa6 langtools/src/jdk.jshell/share/classes/jdk/jshell/SourceCodeAnalysis.java --- a/langtools/src/jdk.jshell/share/classes/jdk/jshell/SourceCodeAnalysis.java Mon Aug 21 14:09:06 2017 +0000 +++ b/langtools/src/jdk.jshell/share/classes/jdk/jshell/SourceCodeAnalysis.java Mon Aug 21 08:29:42 2017 -0700 @@ -153,7 +153,7 @@ * Only preliminary compilation is performed, sufficient to build the * {@code Snippet}. Snippets known to be erroneous, are returned as * {@link ErroneousSnippet}, other snippets may or may not be in error. - *

+ * * @param input The input String to convert * @return usually a singleton list of Snippet, but may be empty or multiple * @throws IllegalStateException if the {@code JShell} instance is closed.