src/share/classes/org/omg/CORBA/IntHolder.java

Print this page
rev 597 : 8047722: @since tag cleanup in corba
Reviewed-by:

@@ -45,11 +45,11 @@
  * <P>
  * If <code>myIntHolder</code> is an instance of <code>IntHolder</code>,
  * the value stored in its <code>value</code> field can be accessed with
  * <code>myIntHolder.value</code>.
  *
- * @since       JDK1.2
+ * @since       1.2
  */
 public final class IntHolder implements Streamable {
 
     /**
      * The <code>int</code> value held by this <code>IntHolder</code>