Ignore:
Timestamp:
2006-09-07T11:40:11+12:00 (18 years ago)
Author:
mdewsnip
Message:

Fixed null-pointer exceptions when creating a new collection.

File:
1 edited

Legend:

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

    r12647 r12702  
    5252    static private String collection_name = null;
    5353    // A list of all the classifiers in the loaded collection's "perllib/classify" folder (arguments may not be loaded)
    54     static private ArrayList collection_specific_classifiers_list = null;
     54    static private ArrayList collection_specific_classifiers_list = new ArrayList();
    5555
    5656
Note: See TracChangeset for help on using the changeset viewer.