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/03/07 19:09:33 UTC

svn commit: r1733949 - in /uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/analysis_component: CasAnnotator_ImplBase.java CasMultiplier_ImplBase.java

Author: schor
Date: Mon Mar  7 18:09:33 2016
New Revision: 1733949

URL: http://svn.apache.org/viewvc?rev=1733949&view=rev
Log:
no Jira - correct comment

Modified:
    uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/analysis_component/CasAnnotator_ImplBase.java
    uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/analysis_component/CasMultiplier_ImplBase.java

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/analysis_component/CasAnnotator_ImplBase.java
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/analysis_component/CasAnnotator_ImplBase.java?rev=1733949&r1=1733948&r2=1733949&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/analysis_component/CasAnnotator_ImplBase.java (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/analysis_component/CasAnnotator_ImplBase.java Mon Mar  7 18:09:33 2016
@@ -75,8 +75,8 @@ public abstract class CasAnnotator_ImplB
 
   /**
    * Informs this annotator that the CAS TypeSystem has changed. The Analysis Engine calls this
-   * method immediately following the call to {@link #initialize(org.apache.uima.UimaContext)}, and will call
-   * it again whenever the CAS TypeSystem changes.
+   * from PrimitiveAnalysisEngine_impl which-calls CasAnnotator_ImplBase.process which-calls checkTypeSystemChange
+   * 
    * <p>
    * In this method, the Annotator should use the {@link TypeSystem} to resolve the names of Type
    * and Features to the actual {@link org.apache.uima.cas.Type} and

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/analysis_component/CasMultiplier_ImplBase.java
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/analysis_component/CasMultiplier_ImplBase.java?rev=1733949&r1=1733948&r2=1733949&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/analysis_component/CasMultiplier_ImplBase.java (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/analysis_component/CasMultiplier_ImplBase.java Mon Mar  7 18:09:33 2016
@@ -86,8 +86,8 @@ public abstract class CasMultiplier_Impl
 
   /**
    * Informs this annotator that the CAS TypeSystem has changed. The Analysis Engine calls this
-   * method immediately following the call to {@link #initialize(org.apache.uima.UimaContext)}, and will call
-   * it again whenever the CAS TypeSystem changes.
+   * from PrimitiveAnalysisEngine_impl which-calls CasMultiplier_ImplBase.process which-calls checkTypeSystemChange
+   * and will call it again whenever the CAS TypeSystem changes.
    * <p>
    * In this method, the Annotator should use the {@link TypeSystem} to resolve the names of Type
    * and Features to the actual {@link org.apache.uima.cas.Type} and