(no commit message)
[cdmlib.git] / cdmlib-model / src / main / java / eu / etaxonomy / cdm / model / agent / InstitutionType.java
index 4dfba4d13239d1830b7f9b1d88c43a688cb6a7f5..e49b994fc30d9aeaaff44725b094be04348c1ecc 100644 (file)
@@ -46,9 +46,9 @@ public class InstitutionType extends DefinedTermBase {
        /** 
         * Class constructor using both term and label strings.
         *
-        * @param  term   the string describing this vocabulary element
+        * @param  term   the string describing <i>this</i> vocabulary element
         *                                in the default language
-        * @param  label  the string which identifies this vocabulary element
+        * @param  label  the string which identifies <i>this</i> vocabulary element
         *                                irrespective of the language
         * @see           common.Representation
         * @see           common.TermBase#TermBase(String, String)