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 2013/02/26 02:17:58 UTC

svn commit: r1449989 - in /uima/uimaj/trunk: uimaj-adapter-vinci/src/main/java/org/apache/uima/adapter/vinci/util/ uimaj-cpe/src/main/java/org/apache/uima/collection/impl/cpm/container/ uimaj-ep-configurator/src/main/java/org/apache/uima/taeconfigurato...

Author: schor
Date: Tue Feb 26 01:17:58 2013
New Revision: 1449989

URL: http://svn.apache.org/r1449989
Log:
[UIMA-2694] spelling corrections in comments

Modified:
    uima/uimaj/trunk/uimaj-adapter-vinci/src/main/java/org/apache/uima/adapter/vinci/util/UimaSaxVinciFrameBuilder.java
    uima/uimaj/trunk/uimaj-cpe/src/main/java/org/apache/uima/collection/impl/cpm/container/NetworkCasProcessorImpl.java
    uima/uimaj/trunk/uimaj-ep-configurator/src/main/java/org/apache/uima/taeconfigurator/editors/ui/FlowSection.java
    uima/uimaj/trunk/uimaj-examples/src/main/java/org/apache/uima/examples/casMultiplier/SimpleTextSegmenter.java
    uima/uimaj/trunk/uimaj-examples/src/main/java/org/apache/uima/examples/cpe/InlineXmlCasConsumer.java
    uima/uimaj/trunk/uimaj-examples/src/main/java/org/apache/uima/examples/cpe/XCasWriterCasConsumer.java
    uima/uimaj/trunk/uimaj-examples/src/main/java/org/apache/uima/examples/xmi/XmiEcoreCasConsumer.java
    uima/uimaj/trunk/uimaj-examples/src/main/java/org/apache/uima/examples/xmi/XmiWriterCasConsumer.java
    uima/uimaj/trunk/uimaj-tools/src/main/java/org/apache/uima/tools/components/InlineXmlCasConsumer.java
    uima/uimaj/trunk/uimaj-tools/src/main/java/org/apache/uima/tools/components/XCasWriterCasConsumer.java
    uima/uimaj/trunk/uimaj-tools/src/main/java/org/apache/uima/tools/components/XmiWriterCasConsumer.java

Modified: uima/uimaj/trunk/uimaj-adapter-vinci/src/main/java/org/apache/uima/adapter/vinci/util/UimaSaxVinciFrameBuilder.java
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-adapter-vinci/src/main/java/org/apache/uima/adapter/vinci/util/UimaSaxVinciFrameBuilder.java?rev=1449989&r1=1449988&r2=1449989&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-adapter-vinci/src/main/java/org/apache/uima/adapter/vinci/util/UimaSaxVinciFrameBuilder.java (original)
+++ uima/uimaj/trunk/uimaj-adapter-vinci/src/main/java/org/apache/uima/adapter/vinci/util/UimaSaxVinciFrameBuilder.java Tue Feb 26 01:17:58 2013
@@ -48,7 +48,7 @@ public class UimaSaxVinciFrameBuilder ex
   /**
    * Overridden to supress document content and include annotation spans.
    * 
-   * @see SaxVinciFrameBuilder#getLeafContent(String, Attibutes, StringBuffer)
+   * @see SaxVinciFrameBuilder#getLeafContent(String, attributes, StringBuffer)
    */
   protected String getLeafContent(String aFrameName, Attributes aAttributes,
           StringBuffer aContentBuf) {

Modified: uima/uimaj/trunk/uimaj-cpe/src/main/java/org/apache/uima/collection/impl/cpm/container/NetworkCasProcessorImpl.java
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-cpe/src/main/java/org/apache/uima/collection/impl/cpm/container/NetworkCasProcessorImpl.java?rev=1449989&r1=1449988&r2=1449989&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-cpe/src/main/java/org/apache/uima/collection/impl/cpm/container/NetworkCasProcessorImpl.java (original)
+++ uima/uimaj/trunk/uimaj-cpe/src/main/java/org/apache/uima/collection/impl/cpm/container/NetworkCasProcessorImpl.java Tue Feb 26 01:17:58 2013
@@ -328,7 +328,7 @@ public class NetworkCasProcessorImpl imp
 
   /**
    * This method gets called when the CPM completes processing the collection. Depending on the type
-   * of deploymnet this routine may issue a shutdown command to the service.
+   * of deployment this routine may issue a shutdown command to the service.
    * 
    * @see org.apache.uima.collection.base_cpm.CasProcessor#collectionProcessComplete(org.apache.uima.util.ProcessTrace)
    */

Modified: uima/uimaj/trunk/uimaj-ep-configurator/src/main/java/org/apache/uima/taeconfigurator/editors/ui/FlowSection.java
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-configurator/src/main/java/org/apache/uima/taeconfigurator/editors/ui/FlowSection.java?rev=1449989&r1=1449988&r2=1449989&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-ep-configurator/src/main/java/org/apache/uima/taeconfigurator/editors/ui/FlowSection.java (original)
+++ uima/uimaj/trunk/uimaj-ep-configurator/src/main/java/org/apache/uima/taeconfigurator/editors/ui/FlowSection.java Tue Feb 26 01:17:58 2013
@@ -439,7 +439,7 @@ public class FlowSection extends Abstrac
     FlowConstraints flowConstraints = getModelFlow();
     if (null == flowConstraints) {
       // no constraints declared
-      // set up Fix Flow style of contraints
+      // set up Fix Flow style of constraints
       //   This can happen if the style is user-defined flow
       flowConstraints = UIMAFramework.getResourceSpecifierFactory().createFixedFlow();
       getAnalysisEngineMetaData().setFlowConstraints(flowConstraints);

Modified: uima/uimaj/trunk/uimaj-examples/src/main/java/org/apache/uima/examples/casMultiplier/SimpleTextSegmenter.java
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-examples/src/main/java/org/apache/uima/examples/casMultiplier/SimpleTextSegmenter.java?rev=1449989&r1=1449988&r2=1449989&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-examples/src/main/java/org/apache/uima/examples/casMultiplier/SimpleTextSegmenter.java (original)
+++ uima/uimaj/trunk/uimaj-examples/src/main/java/org/apache/uima/examples/casMultiplier/SimpleTextSegmenter.java Tue Feb 26 01:17:58 2013
@@ -61,7 +61,7 @@ public class SimpleTextSegmenter extends
   public void process(JCas aJCas) throws AnalysisEngineProcessException {
     mDoc = aJCas.getDocumentText();
     mPos = 0;
-    // retreive the filename of the input file from the CAS so that it can be added
+    // retrieve the filename of the input file from the CAS so that it can be added
     // to each segment
     FSIterator it = aJCas.getAnnotationIndex(SourceDocumentInformation.type).iterator();
     if (it.hasNext()) {

Modified: uima/uimaj/trunk/uimaj-examples/src/main/java/org/apache/uima/examples/cpe/InlineXmlCasConsumer.java
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-examples/src/main/java/org/apache/uima/examples/cpe/InlineXmlCasConsumer.java?rev=1449989&r1=1449988&r2=1449989&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-examples/src/main/java/org/apache/uima/examples/cpe/InlineXmlCasConsumer.java (original)
+++ uima/uimaj/trunk/uimaj-examples/src/main/java/org/apache/uima/examples/cpe/InlineXmlCasConsumer.java Tue Feb 26 01:17:58 2013
@@ -87,7 +87,7 @@ public class InlineXmlCasConsumer extend
       throw new ResourceProcessException(e);
     }
 
-    // retreive the filename of the input file from the CAS
+    // retrieve the filename of the input file from the CAS
     FSIterator it = jcas.getAnnotationIndex(SourceDocumentInformation.type).iterator();
     File outFile = null;
     if (it.hasNext()) {

Modified: uima/uimaj/trunk/uimaj-examples/src/main/java/org/apache/uima/examples/cpe/XCasWriterCasConsumer.java
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-examples/src/main/java/org/apache/uima/examples/cpe/XCasWriterCasConsumer.java?rev=1449989&r1=1449988&r2=1449989&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-examples/src/main/java/org/apache/uima/examples/cpe/XCasWriterCasConsumer.java (original)
+++ uima/uimaj/trunk/uimaj-examples/src/main/java/org/apache/uima/examples/cpe/XCasWriterCasConsumer.java Tue Feb 26 01:17:58 2013
@@ -99,7 +99,7 @@ public class XCasWriterCasConsumer exten
       throw new ResourceProcessException(e);
     }
 
-    // retreive the filename of the input file from the CAS
+    // retrieve the filename of the input file from the CAS
     FSIterator it = jcas.getAnnotationIndex(SourceDocumentInformation.type).iterator();
     File outFile = null;
     if (it.hasNext()) {

Modified: uima/uimaj/trunk/uimaj-examples/src/main/java/org/apache/uima/examples/xmi/XmiEcoreCasConsumer.java
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-examples/src/main/java/org/apache/uima/examples/xmi/XmiEcoreCasConsumer.java?rev=1449989&r1=1449988&r2=1449989&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-examples/src/main/java/org/apache/uima/examples/xmi/XmiEcoreCasConsumer.java (original)
+++ uima/uimaj/trunk/uimaj-examples/src/main/java/org/apache/uima/examples/xmi/XmiEcoreCasConsumer.java Tue Feb 26 01:17:58 2013
@@ -113,7 +113,7 @@ public class XmiEcoreCasConsumer extends
       throw new ResourceProcessException(e);
     }
 
-    // retreive the filename of the input file from the CAS
+    // retrieve the filename of the input file from the CAS
     FSIterator it = jcas.getAnnotationIndex(SourceDocumentInformation.type).iterator();
     File outFile = null;
     if (it.hasNext()) {

Modified: uima/uimaj/trunk/uimaj-examples/src/main/java/org/apache/uima/examples/xmi/XmiWriterCasConsumer.java
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-examples/src/main/java/org/apache/uima/examples/xmi/XmiWriterCasConsumer.java?rev=1449989&r1=1449988&r2=1449989&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-examples/src/main/java/org/apache/uima/examples/xmi/XmiWriterCasConsumer.java (original)
+++ uima/uimaj/trunk/uimaj-examples/src/main/java/org/apache/uima/examples/xmi/XmiWriterCasConsumer.java Tue Feb 26 01:17:58 2013
@@ -86,7 +86,7 @@ public class XmiWriterCasConsumer extend
       throw new ResourceProcessException(e);
     }
 
-    // retreive the filename of the input file from the CAS
+    // retrieve the filename of the input file from the CAS
     FSIterator it = jcas.getAnnotationIndex(SourceDocumentInformation.type).iterator();
     File outFile = null;
     if (it.hasNext()) {

Modified: uima/uimaj/trunk/uimaj-tools/src/main/java/org/apache/uima/tools/components/InlineXmlCasConsumer.java
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-tools/src/main/java/org/apache/uima/tools/components/InlineXmlCasConsumer.java?rev=1449989&r1=1449988&r2=1449989&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-tools/src/main/java/org/apache/uima/tools/components/InlineXmlCasConsumer.java (original)
+++ uima/uimaj/trunk/uimaj-tools/src/main/java/org/apache/uima/tools/components/InlineXmlCasConsumer.java Tue Feb 26 01:17:58 2013
@@ -117,7 +117,7 @@ public class InlineXmlCasConsumer extend
       throw new ResourceProcessException(e);
     }
 
-    // retreive the filename of the input file from the CAS
+    // retrieve the filename of the input file from the CAS
     File outFile = null;
     boolean hasDefaultView = false;
 

Modified: uima/uimaj/trunk/uimaj-tools/src/main/java/org/apache/uima/tools/components/XCasWriterCasConsumer.java
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-tools/src/main/java/org/apache/uima/tools/components/XCasWriterCasConsumer.java?rev=1449989&r1=1449988&r2=1449989&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-tools/src/main/java/org/apache/uima/tools/components/XCasWriterCasConsumer.java (original)
+++ uima/uimaj/trunk/uimaj-tools/src/main/java/org/apache/uima/tools/components/XCasWriterCasConsumer.java Tue Feb 26 01:17:58 2013
@@ -100,7 +100,7 @@ public class XCasWriterCasConsumer exten
       throw new ResourceProcessException(e);
     }
 
-    // retreive the filename of the input file from the CAS
+    // retrieve the filename of the input file from the CAS
     FSIterator it = jcas.getAnnotationIndex(SourceDocumentInformation.type).iterator();
     File outFile = null;
     if (it.hasNext()) {

Modified: uima/uimaj/trunk/uimaj-tools/src/main/java/org/apache/uima/tools/components/XmiWriterCasConsumer.java
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-tools/src/main/java/org/apache/uima/tools/components/XmiWriterCasConsumer.java?rev=1449989&r1=1449988&r2=1449989&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-tools/src/main/java/org/apache/uima/tools/components/XmiWriterCasConsumer.java (original)
+++ uima/uimaj/trunk/uimaj-tools/src/main/java/org/apache/uima/tools/components/XmiWriterCasConsumer.java Tue Feb 26 01:17:58 2013
@@ -94,7 +94,7 @@ public class XmiWriterCasConsumer extend
       throw new ResourceProcessException(e);
     }
 
-    // retreive the filename of the input file from the CAS
+    // retrieve the filename of the input file from the CAS
     FSIterator it = jcas.getAnnotationIndex(SourceDocumentInformation.type).iterator();
     File outFile = null;
     if (it.hasNext()) {