jdk/src/share/classes/java/rmi/NotBoundException.java
changeset 24865 09b1d992ca72
parent 5506 202f599c92aa
--- a/jdk/src/share/classes/java/rmi/NotBoundException.java	Tue Jun 10 14:17:32 2014 -0700
+++ b/jdk/src/share/classes/java/rmi/NotBoundException.java	Tue Jun 10 16:18:54 2014 -0700
@@ -29,7 +29,7 @@
  * is made to lookup or unbind in the registry a name that has
  * no associated binding.
  *
- * @since   JDK1.1
+ * @since   1.1
  * @author  Ann Wollrath
  * @author  Roger Riggs
  * @see     java.rmi.Naming#lookup(String)
@@ -45,7 +45,7 @@
     /**
      * Constructs a <code>NotBoundException</code> with no
      * specified detail message.
-     * @since JDK1.1
+     * @since 1.1
      */
     public NotBoundException() {
         super();
@@ -56,7 +56,7 @@
      * detail message.
      *
      * @param s the detail message
-     * @since JDK1.1
+     * @since 1.1
      */
     public NotBoundException(String s) {
         super(s);