OpenJDK / jdk / hs
changeset 46921:9ce97d94faa6
8186475: JShell API: remove trailing HTML paragraph tag
Reviewed-by: jlahoda
author | rfield |
---|---|
date | Mon, 21 Aug 2017 08:29:42 -0700 |
parents | af01204af815 |
children | 222cce44e577 |
files | langtools/src/jdk.jshell/share/classes/jdk/jshell/SourceCodeAnalysis.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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. - * <p> + * * @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.