(no commit message)
authorem.lee <em.lee@localhost>
Wed, 23 Jun 2010 11:58:00 +0000 (11:58 +0000)
committerem.lee <em.lee@localhost>
Wed, 23 Jun 2010 11:58:00 +0000 (11:58 +0000)
cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/common/AnnotationType.java

index ab47f866d3e35bf8db2f74d0759f3ec5492a3c2a..7d803555d5b01ffe18f33fd8eafd4b24b0dc3c41 100644 (file)
@@ -45,7 +45,6 @@ public class AnnotationType extends DefinedTermBase<AnnotationType> {
        
        private static final UUID uuidTechnical = UUID.fromString("6a5f9ea4-1bdd-4906-89ad-6e669f982d69");
        private static final UUID uuidEditorial = UUID.fromString("e780d5fd-abfc-4025-938a-46deb751d808");
-       private static final UUID uuidTreeIndex = UUID.fromString("28f4e205-1d02-4d3a-8288-775ea8413009");
 
        public static AnnotationType NewInstance(String term, String label, String labelAbbrev){
                return new AnnotationType(term, label, labelAbbrev);
@@ -86,10 +85,6 @@ public class AnnotationType extends DefinedTermBase<AnnotationType> {
        public static final AnnotationType EDITORIAL(){
                return getTermByUuid(uuidEditorial);
        }
-       
-       public static final AnnotationType TREEINDEX(){
-               return getTermByUuid(uuidTreeIndex);
-       }
 
        protected void setDefaultTerms(TermVocabulary<AnnotationType> termVocabulary) {
                termMap = new HashMap<UUID, AnnotationType>();