hide term vocabulary constructors and create factory methods instead
[cdmlib.git] / cdmlib-model / src / main / java / eu / etaxonomy / cdm / model / common / TermVocabulary.java
index eb6a5c3cf2365dd613815b1a11e96bcdaebfd955..de46f8749b5b8b6102fcdc8e1687f82e0cee707c 100644 (file)
@@ -85,7 +85,7 @@ public class TermVocabulary<T extends DefinedTermBase> extends TermBase implemen
        protected Set<T> terms = getNewTermSet();
        
 // ********************************* FACTORY METHODS *****************************************/
-       
+
        public static TermVocabulary NewInstance(String description, String label, String abbrev, String termSourceUri){
                return new TermVocabulary(description, label, abbrev, termSourceUri);
        }