Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/spi/cdo/InternalCDORemoteSession.java')
-rw-r--r--plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/spi/cdo/InternalCDORemoteSession.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/spi/cdo/InternalCDORemoteSession.java b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/spi/cdo/InternalCDORemoteSession.java
index 0324ed57cf..e1e4c34762 100644
--- a/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/spi/cdo/InternalCDORemoteSession.java
+++ b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/spi/cdo/InternalCDORemoteSession.java
@@ -13,6 +13,8 @@ package org.eclipse.emf.spi.cdo;
import org.eclipse.emf.cdo.session.remote.CDORemoteSession;
/**
+ * If the meaning of this type isn't clear, there really should be more of a description here...
+ *
* @author Eike Stepper
* @since 3.0
* @noextend This interface is not intended to be extended by clients.

Back to the top