8244673: Add periods to SourceVersion.isName javadoc

Reviewed-by: jjg
This commit is contained in:
Joe Darcy 2020-05-09 13:42:16 -07:00
parent d8510ea0c1
commit a06585af49

@ -325,7 +325,7 @@ public enum SourceVersion {
* literal in any segment.
*
* This method returns {@code true} for <i>restricted
* keywords</i> and <i>restricted identifiers</i>
* keywords</i> and <i>restricted identifiers</i>.
*
* @param name the string to check
* @return {@code true} if this string is a
@ -351,7 +351,7 @@ public enum SourceVersion {
* literal in any segment.
*
* This method returns {@code true} for <i>restricted
* keywords</i> and <i>restricted identifiers</i>
* keywords</i> and <i>restricted identifiers</i>.
*
* @param name the string to check
* @param version the version to use