Ignore:
Timestamp:
2006-09-07T11:24:08+12:00 (18 years ago)
Author:
kjdon
Message:

clear the old attributes arrayList before setting the new one

File:
1 edited

Legend:

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

    r12659 r12698  
    8686   
    8787    public void setAttributes(ArrayList atts) {
     88    attributes.clear();
    8889    attributes = atts;
    8990    }
     
    9697    }
    9798   
    98     public void setLangDependAttributes(ArrayList lda){
     99    public void setLanguageDependentAttributes(ArrayList lda){
     100    language_dependent_attributes.clear();
    99101    language_dependent_attributes = lda;
    100102    }
Note: See TracChangeset for help on using the changeset viewer.