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

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

@@ -50,11 +50,11 @@
  * the list with the method <code>add</code>, accessed
  * with the method <code>item</code>, and removed with the
  * method <code>remove</code>.
  *
  * @see Context
- * @since   JDK1.2
+ * @since   1.2
  */
 
 public abstract class ContextList {
 
     /**