Changeset 31722 for main/trunk


Ignore:
Timestamp:
2017-06-02T18:48:44+12:00 (7 years ago)
Author:
ak19
Message:

Cosmetic changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/src/org/greenstone/gatherer/download/DownloadJob.java

    r31721 r31722  
    739739    public void stopDownload() {   
    740740    if(prcs != null) {     
    741         SafeProcess.log("@@@ Going to interrupt the SafeProcess...");       
     741        SafeProcess.log("@@@ Going to cancel the SafeProcess...");     
    742742
    743743        // Whether a process ends naturally or is prematurely ended, beforeWaitingForStreamsToEnd()
     
    747747
    748748    } else {
    749         System.err.println("@@@@ No process to interrupt");
     749        System.err.println("@@@@ No SafeProcess to cancel");
    750750    }
    751751
Note: See TracChangeset for help on using the changeset viewer.