You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2009/11/20 21:27:58 UTC

svn commit: r882704 - /incubator/uima/uima-as/trunk/uimaj-as-core/src/main/resources/uimaee_messages.properties

Author: cwiklik
Date: Fri Nov 20 20:27:57 2009
New Revision: 882704

URL: http://svn.apache.org/viewvc?rev=882704&view=rev
Log:
UIMA-1675 Escaped apostrophe character in messages, like didn't. 

Modified:
    incubator/uima/uima-as/trunk/uimaj-as-core/src/main/resources/uimaee_messages.properties

Modified: incubator/uima/uima-as/trunk/uimaj-as-core/src/main/resources/uimaee_messages.properties
URL: http://svn.apache.org/viewvc/incubator/uima/uima-as/trunk/uimaj-as-core/src/main/resources/uimaee_messages.properties?rev=882704&r1=882703&r2=882704&view=diff
==============================================================================
--- incubator/uima/uima-as/trunk/uimaj-as-core/src/main/resources/uimaee_messages.properties (original)
+++ incubator/uima/uima-as/trunk/uimaj-as-core/src/main/resources/uimaee_messages.properties Fri Nov 20 20:27:57 2009
@@ -121,7 +121,7 @@
 UIMAEE_metadata_recvd_from_invalid_delegate__INFO = Controller: {0} Received Metadata From an Invalid (Possibly Disabled) Delegate: {1}
 UIMAEE_getmeta_retry_exceeded__INFO = Controller: {0} Exceeded GetMeta Retry Threshold Of: {1} For Delegate: {2} Configured Action: {3}
 UIMAEE_no_endpoint_for_getmeta_retry__INFO = Controller: {0} Unable to Retry GetMeta. Delegate Endpoint Not Specified.
-UIMAEE_no_endpoint_provided__INFO = Controller: {0}  Delegate Endpoint Not Specified While Handling 'Process' Exception
+UIMAEE_no_endpoint_provided__INFO = Controller: {0}  Delegate Endpoint Not Specified While Handling ''Process'' Exception
 UIMAEE_removing_endpoint_from_map__INFO = Controller: {0} Removing Delegate: {1} From The Delegate Map Due To Excessive Errors
 UIMAEE_no_threshold_for_endpoint__CONFIG = Controller: {0} Threshold For {1} Not Defined For Delegate: {2}
 UIMAEE_invalid_context_object__INFO = Controller: {0} Invalid Input Context Object. Expect Object of Type MessageContext Received: {1} Instead
@@ -210,7 +210,7 @@
 UIMAEE_waiting_for_onEmpty_callback__INFO  = Controller: {0} Awaiting onEmpty Callback From InProcessCache
 UIMAEE_onEmpty_callback_received__INFO = Controller: {0} Received onEmpty Callback From InProcessCache
 UIMAEE_delegate_exception__WARNING = ------> Controller: {0} Received Exception From Delegate: {1}
-UIMAEE_dropping_cas_failed_parent_cas__INFO = Controller: {0} Releasing Cas: {1}. The Parent's CAS: {2} is Marked As Failed. 
+UIMAEE_dropping_cas_failed_parent_cas__INFO = Controller: {0} Releasing Cas: {1}. The Parent''s CAS: {2} is Marked As Failed. 
 UIMAEE_stopping_remote_cm_INFO = Controller: {0} Stopping Remote Cas Multiplier: {1} Stopping CM From Generating More CASes from CAS: {2}
 UIMAEE_forcing_cas_to_finalstep__FINE = Controller: {0} Forcing CAS: {1} To finalStep(). Current Child Count: {2}
 UIMAEE_cas_in_finalstep__FINE = Controller: {0} Processing CAS: {1} In finalStep(). Current Child Count: {2}