Author: schor
Date: Tue Oct 18 17:46:12 2016
New Revision: 1765486

URL: http://svn.apache.org/viewvc?rev=1765486&view=rev
Log:
no jira - spelling in javadoc

Modified:
    
uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/resource/metadata/ExternalResourceBinding.java

Modified: 
uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/resource/metadata/ExternalResourceBinding.java
URL: 
http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/resource/metadata/ExternalResourceBinding.java?rev=1765486&r1=1765485&r2=1765486&view=diff
==============================================================================
--- 
uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/resource/metadata/ExternalResourceBinding.java
 (original)
+++ 
uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/java/org/apache/uima/resource/metadata/ExternalResourceBinding.java
 Tue Oct 18 17:46:12 2016
@@ -40,7 +40,7 @@ public interface ExternalResourceBinding
    * Within an aggregate, a slash-separated name is used to identify which 
component the binding
    * applies to. For example, if an Aggregate AE contains an annotator with key
    * <code>annotator1</code> which declares a resource dependency 
<code>myResource</code>, that
-   * Aggregate AE could binding that resource dependency by using the key
+   * Aggregate AE could bind that resource dependency by using the key
    * <code>annotator1/myResource</code>.
    * 
    * @return the key for this resource binding.
@@ -55,7 +55,7 @@ public interface ExternalResourceBinding
    * Within an aggregate, a slash-separated name is used to identify which 
component the binding
    * applies to. For example, if an Aggregate AE contains an annotator with key
    * <code>annotator1</code> which declares a resource dependency 
<code>myResource</code>, that
-   * Aggregate AE could binding that resource dependency by using the key
+   * Aggregate AE could bind that resource dependency by using the key
    * <code>annotator1/myResource</code>.
    * 
    * @param aKey


Reply via email to