Changeset 13532


Ignore:
Timestamp:
2006-12-20T14:26:15+13:00 (17 years ago)
Author:
mdewsnip
Message:

Removed some unused code.

File:
1 edited

Legend:

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

    r13466 r13532  
    7272    private DownloadProgressBar progress;
    7373
    74     private GURL initial = null;
    75     private GURL url = null;
    76 
    77    
    78     // private TreeModel model;
    79 
    8074    private int depth;
    8175    private int previous_state;
     
    418412    }
    419413
    420 
    421     /**
    422      * @return A String representing the initial urls host (root node
    423      * of tree that we are mirroring).
    424      */
    425     public String getHost() {
    426     return url.getHost();
    427     }
    428 
    429414    public AppendLineOnlyFileDocument getLogDocument() {
    430415    return download_log;
Note: See TracChangeset for help on using the changeset viewer.