Changeset 18259


Ignore:
Timestamp:
2008-12-18T16:52:09+13:00 (15 years ago)
Author:
cc108
Message:

remove unused method

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/src/java/org/greenstone/admin/gui/ExtPane.java

    r18157 r18259  
    105105
    106106    GSPath gspath = null;
    107    
    108    
    109     //WorkingCopy wc;
    110    
     107       
    111108    public ExtPane() {
    112109   
     
    123120    extensionContentHeaderPane = new JPanel();
    124121    extensionInformation = new HashMap();
    125    
    126     //wc = new WorkingCopy();
    127    
     122
    128123    // Extension_Pane
    129124    main_ext_pane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT);
     
    588583}
    589584
    590 /*
    591 class SVNDownloadThread extends Thread {
    592    
    593     JTextArea _messageTextArea;
    594     WorkingCopy _workingCopy;
    595     ExtPane _extPane;
    596     String _URL;
    597     String _destination;
    598    
    599     public SVNDownloadThread (JTextArea messageArea, WorkingCopy working_copy, ExtPane ext_pane, String svnURL, String destination) {
    600         _workingCopy= working_copy;
    601         _messageTextArea = messageArea;
    602         _extPane = ext_pane;
    603         _URL = svnURL;
    604         _destination = destination;
    605     }
    606    
    607     public void run() {
    608         try{
    609         _workingCopy.Download(_messageTextArea, _extPane.message_content, _URL, _destination);
    610         }catch(Exception ex){}
    611     }
    612 }
    613 */
    614 
    615585class ProjectGroup{
    616586   
Note: See TracChangeset for help on using the changeset viewer.