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 2017/01/13 22:36:32 UTC

svn commit: r1778676 - /uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/resources/org/apache/uima/UIMAException_Messages.properties

Author: schor
Date: Fri Jan 13 22:36:32 2017
New Revision: 1778676

URL: http://svn.apache.org/viewvc?rev=1778676&view=rev
Log:
no Jira - update error msg

Modified:
    uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/resources/org/apache/uima/UIMAException_Messages.properties

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/resources/org/apache/uima/UIMAException_Messages.properties
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/resources/org/apache/uima/UIMAException_Messages.properties?rev=1778676&r1=1778675&r2=1778676&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/resources/org/apache/uima/UIMAException_Messages.properties (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-core/src/main/resources/org/apache/uima/UIMAException_Messages.properties Fri Jan 13 22:36:32 2017
@@ -573,7 +573,7 @@ PROTECTED_SOFA_FEATURE = Can''t use stan
 JCAS_MISSING_COVERCLASS = The JCAS cover class "{0}" could not be loaded.
 INVALID_FEATURE_PATH = The feature path "{0}" is not valid.
 NO_PRIMITIVE_TAIL = The feature path does not end in a primitive valued feature.
-
+SUBITERATOR_AMBIGUOUS_POSITION_DIFFERENT_TYPES = Subiterator {0} has bound type: {1}, begin: {2}, end: {3}, for coveredBy, not using type priorities, matching FS with same begin end and different type {4}, cannot order these.
 SOFADATASTREAM_ERROR = Error trying to open a stream to Sofa data.
 INVALID_BASE_CAS_METHOD = Can''t call method "{0}" on the base CAS.
 ANNOTATION_IN_WRONG_INDEX = Error - the Annotation "{0}" is over view "{1}" and cannot be added to indexes associated with the different view "{2}".