You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by al...@apache.org on 2007/02/28 23:16:45 UTC

svn commit: r513006 - /incubator/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/flow/ParallelStep.java

Author: alally
Date: Wed Feb 28 14:16:45 2007
New Revision: 513006

URL: http://svn.apache.org/viewvc?view=rev&rev=513006
Log:
slight javadoc rewording

Modified:
    incubator/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/flow/ParallelStep.java

Modified: incubator/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/flow/ParallelStep.java
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/flow/ParallelStep.java?view=diff&rev=513006&r1=513005&r2=513006
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/flow/ParallelStep.java (original)
+++ incubator/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/flow/ParallelStep.java Wed Feb 28 14:16:45 2007
@@ -26,7 +26,7 @@
 /**
  * Indicates that a CAS should be routed to a multiple AnalysisEngines and that the relative order
  * in which these execute does not matter. Logically, they can run in parallel. The runtime is not
- * actually obligated to execute them in parallel, however.
+ * obligated to actually execute them in parallel, however.
  * <p>
  * After all the specified Analysis Engines have completed their processing, the {@link Flow#next()}
  * method will be called again to determine the next destination for the CAS.