Changeset 8860


Ignore:
Timestamp:
2004-12-17T17:10:41+13:00 (19 years ago)
Author:
cs025
Message:

Used a long to pass in build date to CollectionManager, DocumentList

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/gs3build/BuildManager.java

    r8490 r8860  
    9292    }
    9393
     94    // TODO: validation phase
    9495    public RecogniserManager getRecogniserManager()
    9596    {
     
    125126    //
    126127    // This should only occur at the end of building in case the build is cancelled...
    127     docList.updateTimestamps(this.collectionManager.getBuildDate());
     128    docList.updateTimestamps(this.collectionManager.getBuildTimestamp());
    128129   
    129130    // TODO: validation phase
Note: See TracChangeset for help on using the changeset viewer.