Ignore:
Timestamp:
2002-12-03T16:20:18+13:00 (22 years ago)
Author:
say1
Message:

java updates new collections now appear on web server

File:
1 edited

Legend:

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

    r3593 r3615  
    11/*
    2  *    XMLConverter.java
     2 *    GenerateDocumentStream.java
    33 *    Copyright (C) 2002 New Zealand Digital Library, http://www.nzdl.org
    44 *
     
    8686    this.next = next;
    8787  }
     88  /**
     89   * Custom constructor
     90   *
     91   * @param first the first letter in the alphabet
     92   * @param last the last letter in the alphabet
     93   */
     94  public GeneratedDocumentStream(char first, char last) {
     95    this.incrementer = new IncrementRange(first,last);
     96  }
    8897
    8998
Note: See TracChangeset for help on using the changeset viewer.