Ignore:
Timestamp:
2003-10-16T16:10:31+13:00 (21 years ago)
Author:
kjdon
Message:

fixed up some bad javadoc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/selfContained/Increment.java

    r3593 r5663  
    6363   *
    6464   * @param s the string to increment
    65    * @see blank incrementString
     65   * @see #incrementString(String)
    6666   */
    6767  final void checkStr(String s) {
     
    8282   * @param s the string to convert
    8383   * @return a string in hex
    84    * @see Integer.toHexString
     84   * @see Integer#toHexString(int)
    8585   */
    8686  static final String stringToHex(String s) {
     
    9898   * @param s the string
    9999   * @return the string in octal
    100    * @see Integer.toOctalString
     100   * @see Integer#toOctalString(int)
    101101   */
    102102  static final String stringToOctal(String s) {
Note: See TracChangeset for help on using the changeset viewer.