Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2009-04-25 09:22:33 +0000
committerEike Stepper2009-04-25 09:22:33 +0000
commit5ea76a85f410515036ec30c7125d2831750742e2 (patch)
tree22957f923f8273b489b25b1d97c369b4181c958b /plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/view
parentedd9069d688e155b168122f7ebe1929379896834 (diff)
downloadcdo-5ea76a85f410515036ec30c7125d2831750742e2.tar.gz
cdo-5ea76a85f410515036ec30c7125d2831750742e2.tar.xz
cdo-5ea76a85f410515036ec30c7125d2831750742e2.zip
change to Internal...
Diffstat (limited to 'plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/view')
-rw-r--r--plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/view/CDOViewImpl.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/view/CDOViewImpl.java b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/view/CDOViewImpl.java
index dd5e764076..6a5a40a1c5 100644
--- a/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/view/CDOViewImpl.java
+++ b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/view/CDOViewImpl.java
@@ -790,7 +790,7 @@ public class CDOViewImpl extends Lifecycle implements InternalCDOView
TRACER.trace("Creating meta object for " + id);
}
- InternalCDOPackageRegistry packageRegistry = (InternalCDOPackageRegistry)session.getPackageRegistry();
+ InternalCDOPackageRegistry packageRegistry = session.getPackageRegistry();
InternalEObject metaInstance = packageRegistry.getMetaInstanceMapper().lookupMetaInstance(id);
return new CDOMetaWrapper(this, metaInstance, id);
}

Back to the top