8186475: JShell API: remove trailing HTML paragraph tag
authorrfield
Mon, 21 Aug 2017 08:29:42 -0700
changeset 46921 9ce97d94faa6
parent 46920 af01204af815
child 46922 222cce44e577
8186475: JShell API: remove trailing HTML paragraph tag Reviewed-by: jlahoda
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.
-     * <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.