Ignore:
Timestamp:
2010-09-27T14:39:38+13:00 (14 years ago)
Author:
sjm84
Message:

Tidied the newly commited code for allowing the user to change the infodbtype of a collection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/src/org/greenstone/gatherer/cdm/ClassifierManager.java

    r22970 r22971  
    276276    private class ClassifierControl
    277277    extends JPanel
    278     implements Control, DatabaseTypeManager.DatabaseTypeListener {
     278    implements Control, DatabaseTypeManager.DatabaseTypeListener {
    279279        /** A combobox containing all of the known classifiers, including those that may have already been assigned. */
    280280        private JComboBox classifier_combobox = null;
     
    289289        private JButton remove = null;
    290290
    291     private JPanel database_type_panel = (JPanel)database_type_manager.getControls();
     291        private JPanel database_type_panel = (JPanel)database_type_manager.getControls();
    292292       
    293293        /** A list of assigned classifiers. */
Note: See TracChangeset for help on using the changeset viewer.