8136494: Update "@since 1.9" to "@since 9" to match java.version.specification

Reviewed-by: alanb, chegar, lancea
This commit is contained in:
Iris Clark 2016-01-19 20:32:06 -08:00
parent e782acbf37
commit ac8a084ede
2 changed files with 2 additions and 2 deletions

View File

@ -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
*/
/**

View File

@ -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;