Changeset 12054


Ignore:
Timestamp:
2006-07-07T10:12:16+12:00 (18 years ago)
Author:
mdewsnip
Message:

(FindBugs) Fixed up a pointless assignment.

File:
1 edited

Legend:

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

    r11182 r12054  
    808808   
    809809    /** Set the collection configuration. */
    810     static public void setCollectionConfiguration(Document collection_config) {
     810    static public void setCollectionConfiguration(Document collection_config_arg) {
    811811    // clear the cached values
    812812    self.clear();
    813     collection_config = collection_config;
     813    collection_config = collection_config_arg;
    814814    updateUI();
    815815    ///atherer.println("Collection configuration set.");
Note: See TracChangeset for help on using the changeset viewer.