minor
authorAndreas Müller <a.mueller@bgbm.org>
Thu, 25 Jul 2019 23:55:39 +0000 (01:55 +0200)
committerAndreas Müller <a.mueller@bgbm.org>
Thu, 25 Jul 2019 23:55:39 +0000 (01:55 +0200)
cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/term/TermNode.java

index 571260e5d318631f8d3ddd22ce76035bf3ef1524..afdfea3ad967d51f9a599335acce7c6ad91c86cd 100644 (file)
@@ -184,8 +184,8 @@ public class TermNode <T extends DefinedTermBase>
 
        /**
      * Adds the given term node at the end of the list of children of
-     * <i>this</i> term node. Due to bidirectionality this method must also
-        * assign <i>this</i> feature node as the parent of the given child.
+     * <i>this</i> term node. Due to bidirectionality this method must
+        * also assign <i>this</i> feature node as the parent of the given child.
         *
         * @param       child   the feature node to be added
         * @see                         #getChildNodes()