8136494: Update "@since 1.9" to "@since 9" to match java.version.specification
Reviewed-by: alanb, chegar, lancea
This commit is contained in:
parent
e782acbf37
commit
ac8a084ede
@ -55,7 +55,7 @@ public enum SourceVersion {
|
||||
* 1.6: no changes
|
||||
* 1.7: diamond syntax, try-with-resources, etc.
|
||||
* 1.8: lambda expressions and default methods
|
||||
* 1.9: To be determined
|
||||
* 9: To be determined
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -163,7 +163,7 @@ class DocCommentGenerator {
|
||||
"1.6, 12/11/06",
|
||||
"1.7, 07/28/11",
|
||||
"1.8, 04/19/14",
|
||||
"1.9, 06/03/16" };
|
||||
"9, 06/03/16" };
|
||||
|
||||
static int index = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user