Changeset 9149


Ignore:
Timestamp:
2005-02-23T14:04:10+13:00 (19 years ago)
Author:
kjdon
Message:

one line not tabbed correctly

File:
1 edited

Legend:

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

    r8313 r9149  
    877877            target.setBackground(Color.lightGray);
    878878            target.setEnabled(false);
    879 if(target instanceof JSpinner) {
     879            if(target instanceof JSpinner) {
    880880            // Set enabled
    881881            JComponent c = ((JSpinner)target).getEditor();
Note: See TracChangeset for help on using the changeset viewer.