Project

General

Profile

« Previous | Next » 

Revision a4f3f99c

Added by Katja Luther almost 5 years ago

ref #8294: add preference page for id in namespace and namespace in source

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/store/TermManager.java
198 198

  
199 199
        List<T> filteredTerms = new ArrayList<T>();
200 200
        List<T> terms = TermStore.getTerms(clazz);
201
        if (uuidList.isEmpty()){
201
        if (uuidList == null || uuidList.isEmpty()){
202 202
            return terms;
203 203
        }
204 204
        for (T term : terms){

Also available in: Unified diff