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 2013/03/26 13:03:56 UTC

svn commit: r1461069 - in /uima/uimaj/trunk/uimaj-core/src/main: java/org/apache/uima/UIMARuntimeException.java resources/org/apache/uima/UIMAException_Messages.properties

Author: schor
Date: Tue Mar 26 12:03:56 2013
New Revision: 1461069

URL: http://svn.apache.org/r1461069
Log:
[UIMA-2695] correct wrong method name in error message and comment

Modified:
    uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/UIMARuntimeException.java
    uima/uimaj/trunk/uimaj-core/src/main/resources/org/apache/uima/UIMAException_Messages.properties

Modified: uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/UIMARuntimeException.java
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/UIMARuntimeException.java?rev=1461069&r1=1461068&r2=1461069&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/UIMARuntimeException.java (original)
+++ uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/UIMARuntimeException.java Tue Mar 26 12:03:56 2013
@@ -48,7 +48,7 @@ public class UIMARuntimeException extend
   public static final String STANDARD_MESSAGE_CATALOG = "org.apache.uima.UIMAException_Messages";
 
   /**
-   * Message key for a standard UIMA exception message: CasManager.release(CAS) was called with a
+   * Message key for a standard UIMA exception message: CasManager.releaseCas(CAS) was called with a
    * CAS that does not belong to this CasManager.
    */
   public static final String CAS_RELEASED_TO_WRONG_CAS_MANAGER = "cas_released_to_wrong_cas_manager";

Modified: uima/uimaj/trunk/uimaj-core/src/main/resources/org/apache/uima/UIMAException_Messages.properties
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-core/src/main/resources/org/apache/uima/UIMAException_Messages.properties?rev=1461069&r1=1461068&r2=1461069&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-core/src/main/resources/org/apache/uima/UIMAException_Messages.properties (original)
+++ uima/uimaj/trunk/uimaj-core/src/main/resources/org/apache/uima/UIMAException_Messages.properties Tue Mar 26 12:03:56 2013
@@ -24,7 +24,7 @@
 #-----------------------------
 #UIMARuntimeException
 #-----------------------------
-cas_released_to_wrong_cas_manager = CasManager.release(CAS) was called with a CAS that does not belong \
+cas_released_to_wrong_cas_manager = CasManager.releaseCas(CAS) was called with a CAS that does not belong \
     		to this CasManager.
 
 uima_ecore_not_found = The Ecore model for the UIMA built-in types (uima.ecore) was not found in the classpath.