diff -r a7bf63ebda64 -r 09b1d992ca72 jdk/src/share/classes/java/rmi/MarshalException.java --- a/jdk/src/share/classes/java/rmi/MarshalException.java Tue Jun 10 14:17:32 2014 -0700 +++ b/jdk/src/share/classes/java/rmi/MarshalException.java Tue Jun 10 16:18:54 2014 -0700 @@ -39,7 +39,7 @@ * "at most once" call semantics. * * @author Ann Wollrath - * @since JDK1.1 + * @since 1.1 */ public class MarshalException extends RemoteException { @@ -51,7 +51,7 @@ * detail message. * * @param s the detail message - * @since JDK1.1 + * @since 1.1 */ public MarshalException(String s) { super(s); @@ -63,7 +63,7 @@ * * @param s the detail message * @param ex the nested exception - * @since JDK1.1 + * @since 1.1 */ public MarshalException(String s, Exception ex) { super(s, ex);