Ignore:
Timestamp:
2005-01-11T09:19:52+13:00 (19 years ago)
Author:
mdewsnip
Message:

Moved the two CheckList classes into the util package, and removed the checklist package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/gems/GEMSPreferences.java

    r8834 r8884  
    3939import org.greenstone.gatherer.Gatherer;
    4040import org.greenstone.gatherer.cdm.LanguageManager;
    41 import org.greenstone.gatherer.checklist.CheckList;
    4241import org.greenstone.gatherer.collection.Collection;
    4342import org.greenstone.gatherer.gui.tree.DragTree;
     
    5958    static final private String TRUE = "true";
    6059
    61     private CheckList warning_preferences_check_list;
     60    // private CheckList warning_preferences_check_list;
    6261    private EmailField email_field;
    6362    private JButton apply_button;
Note: See TracChangeset for help on using the changeset viewer.