Ignore:
Timestamp:
2005-02-23T17:02:05+13:00 (19 years ago)
Author:
mdewsnip
Message:

Made the "assign partitions" tab in the "Partition Indexes" section look a lot like the "Search Indexes" pane.

File:
1 edited

Legend:

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

    r8243 r9161  
    8181     */
    8282    public int compareTo(Object object) {
    83     return id.compareTo(((SubcollectionIndex)object).getID());
     83    return getID().compareTo(((SubcollectionIndex)object).getID());
    8484    }
    8585   
     
    168168        this.sources = sources;
    169169    }
    170     else {
    171         DebugStream.println("Error! Called setSource() of index other than the default.");
    172     }
    173170    }
    174171
Note: See TracChangeset for help on using the changeset viewer.