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 2018/06/27 15:49:31 UTC

svn commit: r1834515 - /uima/uimaj/trunk/uimaj-core/src/main/resources/org/apache/uima/impl/log_messages.properties

Author: schor
Date: Wed Jun 27 15:49:31 2018
New Revision: 1834515

URL: http://svn.apache.org/viewvc?rev=1834515&view=rev
Log:
[UIMA-5797] message when io exception happens on close

Modified:
    uima/uimaj/trunk/uimaj-core/src/main/resources/org/apache/uima/impl/log_messages.properties

Modified: uima/uimaj/trunk/uimaj-core/src/main/resources/org/apache/uima/impl/log_messages.properties
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-core/src/main/resources/org/apache/uima/impl/log_messages.properties?rev=1834515&r1=1834514&r2=1834515&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-core/src/main/resources/org/apache/uima/impl/log_messages.properties (original)
+++ uima/uimaj/trunk/uimaj-core/src/main/resources/org/apache/uima/impl/log_messages.properties Wed Jun 27 15:49:31 2018
@@ -89,6 +89,8 @@ UIMA_overridden_resource__CONFIG = The d
 UIMA_duplicate_resource_name__WARNING = The external resource named {0} has been declared multiple times with different definitions. \
   The definition of the resource in component {1} will be used.  The definition in component {2} will be ignored.
 
+UIMA_Classloader_close_exception = IOException when closing the UIMA Class Loader
+
 UIMA_capabilityLanguageFlow_language_sequence__CONFIG = Precompute capabilityLanguage flow sequence on the default result spec for language {0}. Computed sequence is: {1}.
 
 UIMA_capabilityLanguageFlow_flowTable_node__FINER = Use precomputed capabilityLanguage flow sequence for language {0}. Next sequence node is: {1}.