mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
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
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue