8044740: Convert all JDK versions used in @since tag to 1.n[.n] in jdk repo

Reviewed-by: mduigou, lancea, alanb, mullan
This commit is contained in:
Henry Jen 2014-06-10 16:18:54 -07:00
parent eb521232f2
commit ea9a7a88a1
361 changed files with 1050 additions and 1053 deletions

View file

@ -36,7 +36,7 @@ package java.io;
* </UL>
*
* @author unascribed
* @since JDK1.1
* @since 1.1
*/
public class InvalidClassException extends ObjectStreamException {