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:17 UTC

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

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>