8146572: Update "@since 1.9" to "@since 9" to match java.version.specification [langtools]

Reviewed-by: darcy
This commit is contained in:
Jonathan Gibbons 2016-01-06 13:31:20 -08:00
parent 90df044bea
commit 70b454532e
18 changed files with 27 additions and 27 deletions

View file

@ -145,7 +145,7 @@ public enum SourceVersion {
* The version recognized by the Java Platform, Standard Edition
* 9.
*
* @since 1.9
* @since 9
*/
RELEASE_9;