You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2020/10/21 10:55:16 UTC

[uima-uimaj] branch bugfix/NO-JIRA-Fix-JavaDoc-and-exclude-factorypath-from-rat-check created (now a86f597)

This is an automated email from the ASF dual-hosted git repository.

rec pushed a change to branch bugfix/NO-JIRA-Fix-JavaDoc-and-exclude-factorypath-from-rat-check
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git.


      at a86f597  [NO JIRA] Fix JavaDoc and exclude .factorypath Eclipse configuration file from rat check

This branch includes the following new commits:

     new a86f597  [NO JIRA] Fix JavaDoc and exclude .factorypath Eclipse configuration file from rat check

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[uima-uimaj] 01/01: [NO JIRA] Fix JavaDoc and exclude .factorypath Eclipse configuration file from rat check

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rec pushed a commit to branch bugfix/NO-JIRA-Fix-JavaDoc-and-exclude-factorypath-from-rat-check
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git

commit a86f597233176f3856023b3e6aefa3336d3631eb
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Wed Oct 21 12:54:57 2020 +0200

    [NO JIRA] Fix JavaDoc and exclude .factorypath Eclipse configuration file from rat check
---
 .../src/main/java/org/apache/uima/collection/impl/cpm/BaseCPMImpl.java  | 2 +-
 uimaj-parent/pom.xml                                                    | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/uimaj-cpe/src/main/java/org/apache/uima/collection/impl/cpm/BaseCPMImpl.java b/uimaj-cpe/src/main/java/org/apache/uima/collection/impl/cpm/BaseCPMImpl.java
index add0a8d..972e7ee 100644
--- a/uimaj-cpe/src/main/java/org/apache/uima/collection/impl/cpm/BaseCPMImpl.java
+++ b/uimaj-cpe/src/main/java/org/apache/uima/collection/impl/cpm/BaseCPMImpl.java
@@ -646,7 +646,7 @@ public class BaseCPMImpl implements BaseCPM, Runnable {
    * This method is called by an application to begin processing given Collection. It creates a new
    * thread, adds it to a ThreadGroup and starts it.
    * 
-   * @see org.apache.uima.collection.base_cpm.BaseCPM#process(org.apache.uima.collection.base_cpm.BaseCollectionReader)
+   * @see org.apache.uima.collection.base_cpm.BaseCPM#process()
    */
   @Override
   public void process() throws ResourceInitializationException {
diff --git a/uimaj-parent/pom.xml b/uimaj-parent/pom.xml
index 9cb7c25..abc1e09 100644
--- a/uimaj-parent/pom.xml
+++ b/uimaj-parent/pom.xml
@@ -233,6 +233,7 @@
               <id>default-cli</id>
               <configuration>
                 <excludes combine.children="append">
+                  <exclude>.factorypath</exclude>
                   <exclude>src/main/run_configuration/*.launch</exclude>
                 </excludes>    
               </configuration>