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

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

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