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/11/08 22:34:36 UTC

svn commit: r1768797 - in /uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/java/org/apache/uima/examples: cas/RegExAnnotator.java cpe/PersonTitleDBWriterCasConsumer.java

Author: schor
Date: Tue Nov  8 22:34:36 2016
New Revision: 1768797

URL: http://svn.apache.org/viewvc?rev=1768797&view=rev
Log:
[UIMA-5172] do catch up merge for rest of projects from trunk.  Includes lots of javadoc lint fixups, and some Jiras from 2.9.1

Modified:
    uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/java/org/apache/uima/examples/cas/RegExAnnotator.java
    uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/java/org/apache/uima/examples/cpe/PersonTitleDBWriterCasConsumer.java

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/java/org/apache/uima/examples/cas/RegExAnnotator.java
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/java/org/apache/uima/examples/cas/RegExAnnotator.java?rev=1768797&r1=1768796&r2=1768797&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/java/org/apache/uima/examples/cas/RegExAnnotator.java (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/java/org/apache/uima/examples/cas/RegExAnnotator.java Tue Nov  8 22:34:36 2016
@@ -253,7 +253,7 @@ public class RegExAnnotator extends CasA
    * 
    * @param aCAS
    *          the CAS to process 
-   * @throws AnnotatorProcessException
+   * @throws AnalysisEngineProcessException
    *           if a failure occurs during processing.
    * 
    * @see CasAnnotator_ImplBase#process(CAS)

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/java/org/apache/uima/examples/cpe/PersonTitleDBWriterCasConsumer.java
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/java/org/apache/uima/examples/cpe/PersonTitleDBWriterCasConsumer.java?rev=1768797&r1=1768796&r2=1768797&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/java/org/apache/uima/examples/cpe/PersonTitleDBWriterCasConsumer.java (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/src/main/java/org/apache/uima/examples/cpe/PersonTitleDBWriterCasConsumer.java Tue Nov  8 22:34:36 2016
@@ -55,7 +55,7 @@ import example.PersonTitle;
  * 
  * To use - add derby.jar to the classpath when you start the CPE GUI - run the CPE Gui and select
  * the Name Recognizer and Person Title Annotator aggregate. - a good sample collection reader is
- * the FileSystemCollectionReader, and - a good sample data is the <UIMA_HOME>/examples/data
+ * the FileSystemCollectionReader, and - a good sample data is the &lt;UIMA_HOME&gt;/examples/data
  * 
  * The processing is set up to handle multiple CASes. The end is indicated by using the
  * CollectionProcessComplete call.