You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jo...@apache.org on 2011/01/18 23:41:58 UTC

svn commit: r1060602 - /incubator/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/parser/Parse.java

Author: joern
Date: Tue Jan 18 22:41:58 2011
New Revision: 1060602

URL: http://svn.apache.org/viewvc?rev=1060602&view=rev
Log:
OPENNLP-24: Formated a comment

Modified:
    incubator/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/parser/Parse.java

Modified: incubator/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/parser/Parse.java
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/parser/Parse.java?rev=1060602&r1=1060601&r2=1060602&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/parser/Parse.java (original)
+++ incubator/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/parser/Parse.java Tue Jan 18 22:41:58 2011
@@ -586,7 +586,8 @@ public class Parse implements Cloneable,
     return parts.indexOf(child);
   }
 
-  /** Returns the head constituent associated with this constituent.
+  /** 
+   * Returns the head constituent associated with this constituent.
    *
    * @return The head constituent associated with this constituent.
    */