You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by gg...@apache.org on 2003/12/29 01:27:08 UTC

cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang BitField.java

ggregory    2003/12/28 16:27:08

  Modified:    lang/src/java/org/apache/commons/lang BitField.java
  Log:
  More precise Javadoc @see references.
  
  Revision  Changes    Path
  1.4       +5 -5      jakarta-commons/lang/src/java/org/apache/commons/lang/BitField.java
  
  Index: BitField.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/BitField.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- BitField.java	7 Sep 2003 14:32:34 -0000	1.3
  +++ BitField.java	29 Dec 2003 00:27:08 -0000	1.4
  @@ -101,7 +101,7 @@
        * value is stored as a BitField (and so shifted left so many
        * bits).</p>
        *
  -     * @see #setValue
  +     * @see #setValue(int,int)
        * @param holder the int data containing the bits we're interested
        *  in
        * @return the selected bits, shifted right appropriately
  @@ -119,7 +119,7 @@
        * value is stored as a BitField (and so shifted left so many
        * bits).</p>
        *
  -     * @see #setShortValue
  +     * @see #setShortValue(short,short)
        * @param holder the short data containing the bits we're
        *  interested in
        * @return the selected bits, shifted right appropriately
  @@ -186,7 +186,7 @@
       /**
        * <p>Replaces the bits with new values.</p>
        *
  -     * @see #getValue
  +     * @see #getValue(int)
        * @param holder the int data containing the bits we're
        *  interested in
        * @param value the new value for the specified bits
  @@ -200,7 +200,7 @@
       /**
        * <p>Replaces the bits with new values.</p>
        *
  -     * @see #getShortValue
  +     * @see #getShortValue(short)
        * @param holder the short data containing the bits we're
        *  interested in
        * @param value the new value for the specified bits
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org