You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2016/10/12 19:05:42 UTC

svn commit: r1764508 - /uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/test/java/org/apache/uima/cas/test/FeatureStructureTest.java

Author: schor
Date: Wed Oct 12 19:05:42 2016
New Revision: 1764508

URL: http://svn.apache.org/viewvc?rev=1764508&view=rev
Log:
no jira fix comment

Modified:
    uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/test/java/org/apache/uima/cas/test/FeatureStructureTest.java

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/test/java/org/apache/uima/cas/test/FeatureStructureTest.java
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/test/java/org/apache/uima/cas/test/FeatureStructureTest.java?rev=1764508&r1=1764507&r2=1764508&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/test/java/org/apache/uima/cas/test/FeatureStructureTest.java (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/test/java/org/apache/uima/cas/test/FeatureStructureTest.java Wed Oct 12 19:05:42 2016
@@ -233,7 +233,7 @@ public class FeatureStructureTest extend
     
     // set up some refs; these must be updated if the type changes in a way to require a new FS
     fsa.set(0, token);   // set the 0th  element of a FS Array to point to the "token"
-    fsl.setHead(token);  // set the head element of a FS Array to point to the "token"
+    fsl.setHead(token);  // set the head element of a FS List to point to the "token"
     int tokId = token._id();
     
     // set some feature values; some of these are copied (if there's room, etc.)