Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.location/src/org/eclipse/emf/cdo/location/ICheckoutSource.java')
-rw-r--r--plugins/org.eclipse.emf.cdo.location/src/org/eclipse/emf/cdo/location/ICheckoutSource.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.location/src/org/eclipse/emf/cdo/location/ICheckoutSource.java b/plugins/org.eclipse.emf.cdo.location/src/org/eclipse/emf/cdo/location/ICheckoutSource.java
index 8b40905491..7c8f7077b0 100644
--- a/plugins/org.eclipse.emf.cdo.location/src/org/eclipse/emf/cdo/location/ICheckoutSource.java
+++ b/plugins/org.eclipse.emf.cdo.location/src/org/eclipse/emf/cdo/location/ICheckoutSource.java
@@ -10,7 +10,11 @@
*/
package org.eclipse.emf.cdo.location;
+import org.eclipse.emf.cdo.common.branch.CDOBranchPoint;
+
/**
+ * A CDO server independent representation of a {@link CDOBranchPoint branch point} in a repository.
+ *
* @author Eike Stepper
*/
public interface ICheckoutSource

Back to the top