Author: pkluegl
Date: Wed Aug 17 14:20:58 2016
New Revision: 1756638
URL: http://svn.apache.org/viewvc?rev=1756638&view=rev
Log:
no jira - fixed typo in classname/filename
Added:
uima/ruta/trunk/ruta-ep-addons/src/main/java/org/apache/uima/ruta/testing/evaluator/PartialMatchCasEvaluatorFactory.java
- copied, changed from r1753645,
uima/ruta/trunk/ruta-ep-addons/src/main/java/org/apache/uima/ruta/testing/evaluator/PartialMatchCasEvaluatorFacotry.java
Removed:
uima/ruta/trunk/ruta-ep-addons/src/main/java/org/apache/uima/ruta/testing/evaluator/PartialMatchCasEvaluatorFacotry.java
Modified:
uima/ruta/trunk/ruta-ep-addons/plugin.xml
Modified: uima/ruta/trunk/ruta-ep-addons/plugin.xml
URL:
http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-ep-addons/plugin.xml?rev=1756638&r1=1756637&r2=1756638&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-ep-addons/plugin.xml (original)
+++ uima/ruta/trunk/ruta-ep-addons/plugin.xml Wed Aug 17 14:20:58 2016
@@ -217,7 +217,7 @@ under the License.
<extension
point="org.apache.uima.ruta.addons.evaluators">
<evaluator
-
factory="org.apache.uima.ruta.testing.evaluator.PartialMatchCasEvaluatorFacotry"
+
factory="org.apache.uima.ruta.testing.evaluator.PartialMatchCasEvaluatorFactory"
id="org.apache.uima.ruta.testing.partialmatchevaluator"
name="Partial Match">
</evaluator>
Copied:
uima/ruta/trunk/ruta-ep-addons/src/main/java/org/apache/uima/ruta/testing/evaluator/PartialMatchCasEvaluatorFactory.java
(from r1753645,
uima/ruta/trunk/ruta-ep-addons/src/main/java/org/apache/uima/ruta/testing/evaluator/PartialMatchCasEvaluatorFacotry.java)
URL:
http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-ep-addons/src/main/java/org/apache/uima/ruta/testing/evaluator/PartialMatchCasEvaluatorFactory.java?p2=uima/ruta/trunk/ruta-ep-addons/src/main/java/org/apache/uima/ruta/testing/evaluator/PartialMatchCasEvaluatorFactory.java&p1=uima/ruta/trunk/ruta-ep-addons/src/main/java/org/apache/uima/ruta/testing/evaluator/PartialMatchCasEvaluatorFacotry.java&r1=1753645&r2=1756638&rev=1756638&view=diff
==============================================================================
---
uima/ruta/trunk/ruta-ep-addons/src/main/java/org/apache/uima/ruta/testing/evaluator/PartialMatchCasEvaluatorFacotry.java
(original)
+++
uima/ruta/trunk/ruta-ep-addons/src/main/java/org/apache/uima/ruta/testing/evaluator/PartialMatchCasEvaluatorFactory.java
Wed Aug 17 14:20:58 2016
@@ -19,7 +19,7 @@
package org.apache.uima.ruta.testing.evaluator;
-public class PartialMatchCasEvaluatorFacotry implements ICasEvaluatorFactory {
+public class PartialMatchCasEvaluatorFactory implements ICasEvaluatorFactory {
public ICasEvaluator createEvaluator() {