--- a/jdk/src/share/classes/java/rmi/UnmarshalException.java Tue Jun 10 14:17:32 2014 -0700
+++ b/jdk/src/share/classes/java/rmi/UnmarshalException.java Tue Jun 10 16:18:54 2014 -0700
@@ -44,7 +44,7 @@
* </ul>
*
* @author Ann Wollrath
- * @since JDK1.1
+ * @since 1.1
*/
public class UnmarshalException extends RemoteException {
@@ -56,7 +56,7 @@
* detail message.
*
* @param s the detail message
- * @since JDK1.1
+ * @since 1.1
*/
public UnmarshalException(String s) {
super(s);
@@ -68,7 +68,7 @@
*
* @param s the detail message
* @param ex the nested exception
- * @since JDK1.1
+ * @since 1.1
*/
public UnmarshalException(String s, Exception ex) {
super(s, ex);