Ignore:
Timestamp:
2017-08-23T19:02:31+12:00 (7 years ago)
Author:
ak19
Message:

Adjusting some comments to correctly reflect the most recent changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/collection/OAICollection.java

    r31915 r31916  
    169169          this.earliestOAIDatestamp = -1;
    170170          logger.warn("No OAI timestamp for collection " + this.cluster_name);
    171           //logger.warn("No OAI timestamp for collection " + this.cluster_name
    172           //+ ". Falling back to using its earliestDatestamp from build config: " + this.earliestDatestamp);
    173171          } else {
    174172          this.earliestOAIDatestamp = earliestTimestamp; // milliseconds
Note: See TracChangeset for help on using the changeset viewer.