Changeset 5325


Ignore:
Timestamp:
2003-08-28T12:45:33+12:00 (21 years ago)
Author:
jmt12
Message:

Changed a comment. Boy it seems a real waste of time that CVS just doesn't ignore comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/shell/GImportProgressMonitor.java

    r5306 r5325  
    115115    }
    116116
    117     /** Inform the progress bar that it should programatically increment progress by one step. This is only called during the metadata archive extraction so each step should be (100 / 5) / num_docs. */
     117    /** Inform the progress bar that it should programatically increment progress by one step. This is only called during the metadata archive extraction so each step should be (1000000 / 5) / num_docs. */
    118118    public void increment() {
    119119    if(num_docs > 0) {
Note: See TracChangeset for help on using the changeset viewer.