Author: bhavani
Date: Mon Jan 30 19:23:37 2012
New Revision: 1237943

URL: http://svn.apache.org/viewvc?rev=1237943&view=rev
Log:
UIMA-2307 updated the comments

Modified:
    uima/uimacpp/trunk/src/cas/uima/arrayfs.hpp

Modified: uima/uimacpp/trunk/src/cas/uima/arrayfs.hpp
URL: 
http://svn.apache.org/viewvc/uima/uimacpp/trunk/src/cas/uima/arrayfs.hpp?rev=1237943&r1=1237942&r2=1237943&view=diff
==============================================================================
--- uima/uimacpp/trunk/src/cas/uima/arrayfs.hpp (original)
+++ uima/uimacpp/trunk/src/cas/uima/arrayfs.hpp Mon Jan 30 19:23:37 2012
@@ -178,7 +178,7 @@ namespace uima {
      * <code>destOffset</code>.
      *
      * @param uiStart The index of the first element to copy.
-     * @param uiEnd The index after the last element to copy.
+     * @param numelements number of element, the index after the last element 
to copy.
      * @param destArray The array to copy to.
      * @param uiDestOffset Where to start copying into <code>destArray</code>.
      *


Reply via email to