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