Project

General

Profile

« Previous | Next » 

Revision ac4c5087

Added by Patrick Plitzner over 5 years ago

ref #6554 Pull up isCached() to abstract data viewer class

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/e4/AbstractCdmDataViewerE4.java
101 101
	}
102 102

  
103 103

  
104
    protected boolean isCached(String id){
105
        List<AbstractFormSection> sections = entityToSectionsMap.get(id);
106
        return sections!=null;
107
    }
108

  
104 109
    protected void createEmptySection(String message, RootElement parent) {
105 110
        destroySections();
106 111

  

Also available in: Unified diff