Project

General

Profile

« Previous | Next » 

Revision d147dfd6

Added by Katja Luther about 4 years ago

ref #8562: continue work on preference pages

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/preference/AbstractGeneralTermPreference.java
67 67

  
68 68
    }
69 69

  
70
    /**
71
     * @param title
72
     */
73
    public AbstractGeneralTermPreference(String title) {
74
        super(title);
75
    }
76

  
70 77
    public boolean isLocalPref() {
71 78
        return !isAdminPreference;
72 79
    }

Also available in: Unified diff