Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2013-06-11 16:07:21 +0000
committerEike Stepper2013-06-11 16:07:21 +0000
commit8275925420e89e8d7a044258bc5114fa51994741 (patch)
treee8bbb2ad5c1aff77f36a07ffe7b626bf92c6f491
parentcce7a107f84c472784ce7da638a559f1e70d41ee (diff)
downloadcdo-drops/R20130611-1207.tar.gz
cdo-drops/R20130611-1207.tar.xz
cdo-drops/R20130611-1207.zip
[409062] ObjectNotFoundException.branchPoint might not serializedrops/S20130611-1429drops/R20130611-1207
properly https://bugs.eclipse.org/bugs/show_bug.cgi?id=409062
-rw-r--r--plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/util/ObjectNotFoundException.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/util/ObjectNotFoundException.java b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/util/ObjectNotFoundException.java
index 015e2329fa..8cbb07eb81 100644
--- a/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/util/ObjectNotFoundException.java
+++ b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/util/ObjectNotFoundException.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008-2012 Eike Stepper (Berlin, Germany) and others.
+ * Copyright (c) 2008-2013 Eike Stepper (Berlin, Germany) and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at

Back to the top