Project

General

Profile

« Previous | Next » 

Revision d8f12b25

Added by Patrick Plitzner almost 6 years ago

ref #7086 Implement session view root entities

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/workingSet/WorkingSetEditor.java
10 10

  
11 11
import java.util.ArrayList;
12 12
import java.util.Collection;
13
import java.util.Collections;
13 14
import java.util.HashSet;
14 15
import java.util.Iterator;
15 16
import java.util.List;
......
327 328

  
328 329
    @Override
329 330
    public Collection<WorkingSet> getRootEntities() {
330
        return null;
331
        return Collections.singleton(workingSet);
331 332
    }
332 333

  
333 334
    @Override

Also available in: Unified diff