Ignore:
Timestamp:
2002-11-30T15:07:07+13:00 (22 years ago)
Author:
say1
Message:

more comments and error handling

File:
1 edited

Legend:

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

    r3548 r3593  
    4646   * @see Increment
    4747   */
    48   abstract String incrementString(String str) throws Exception;
     48  abstract String incrementString(String str);
    4949
    5050  /**
     
    5656   * @see Increment
    5757   */
    58   abstract long incrementStream(Reader rdr, Writer wtr) throws Exception;
     58  abstract long incrementStream(Reader rdr, Writer wtr);
    5959
    6060  /**
Note: See TracChangeset for help on using the changeset viewer.