Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/messages')
-rw-r--r--plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/messages/messages.properties7
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/messages/messages.properties b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/messages/messages.properties
index 575d416435..c708e83a55 100644
--- a/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/messages/messages.properties
+++ b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/messages/messages.properties
@@ -82,9 +82,10 @@ FSMUtil.1=object == null
FSMUtil.2=view == null
FSMUtil.3=Legacy models not supported
FSMUtil.4=Use CDOFactory to create dynamic object:
-InvalidObjectException.0=Object {0} is not valid in branch {1} at {2}
+ObjectNotFoundException.0=Object {0} not found
+ObjectNotFoundException.1=Object {0} not found in branch {1} at {2}
+InvalidObjectException.0=Object {0} not valid in branch {1} at {2}
InvalidURIException.0=Invalid URI "{0}": {1}
-ObjectNotFoundException.0=Object {0} not found (temporary = {1})
OpenSessionRequest.0=Repository {0} not found
OpenSessionRequest.3=Failed to open session for repository {0}
-SyncRevisionsRequest.2=Did not expect to receive object with id "{0}"
+SyncRevisionsRequest.2=Did not expect to receive object with id {0}

Back to the top