Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/branch/package-summary.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/branch/package-summary.html25
1 files changed, 12 insertions, 13 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/branch/package-summary.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/branch/package-summary.html
index 4b98498825..0f86e21449 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/branch/package-summary.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/branch/package-summary.html
@@ -87,18 +87,17 @@ Common concepts for dealing with branches.
<P>
<map id="APIVIZ" name="APIVIZ">
-<area shape="rect" id="node1" href="CDOBranch.html" title="&#171;interface&#187; CDOBranch" alt="" coords="276,468,367,508"/>
-<area shape="rect" id="node2" href="CDOBranchCreatedEvent.html" title="&#171;interface&#187; CDOBranchCreatedEvent" alt="" coords="237,349,405,389"/>
-<area shape="rect" id="node3" href="CDOBranchHandler.html" title="&#171;interface&#187; CDOBranchHandler" alt="" coords="39,277,174,317"/>
-<area shape="rect" id="node4" href="CDOBranchManager.html" title="&#171;interface&#187; CDOBranchManager" alt="" coords="251,205,392,245"/>
-<area shape="rect" id="node5" href="CDOBranchPoint.html" title="&#171;interface&#187; CDOBranchPoint" alt="" coords="46,133,167,173"/>
-<area shape="rect" id="node6" href="CDOBranchPointRange.html" title="&#171;interface&#187; CDOBranchPointRange" alt="" coords="27,69,186,109"/>
-<area shape="rect" id="node7" href="CDOBranchTag.html" title="&#171;interface&#187; CDOBranchTag" alt="" coords="265,133,377,173"/>
-<area shape="rect" id="node8" href="CDOBranchVersion.html" title="&#171;interface&#187; CDOBranchVersion" alt="" coords="39,5,174,45"/>
-<area shape="rect" id="node9" title="&#171;interface&#187; Comparable (java.lang)" alt="" coords="61,421,152,475"/>
-<area shape="rect" id="node10" title="&#171;interface&#187; IContainer (org.eclipse.net4j.util.container)" alt="" coords="5,499,208,554"/>
-<area shape="rect" id="node11" title="&#171;interface&#187; IEvent (org.eclipse.net4j.util.event)" alt="" coords="17,342,197,397"/>
-<area shape="rect" id="node12" title="&#171;interface&#187; INotifier (org.eclipse.net4j.util.event)" alt="" coords="17,198,197,253"/>
+<area shape="rect" id="node1" href="CDOBranch.html" title="&#171;interface&#187; CDOBranch" alt="" coords="509,197,600,237"/>
+<area shape="rect" id="node2" href="CDOBranchHandler.html" title="&#171;interface&#187; CDOBranchHandler" alt="" coords="731,211,866,251"/>
+<area shape="rect" id="node3" href="CDOBranchManager.html" title="&#171;interface&#187; CDOBranchManager" alt="" coords="229,133,371,173"/>
+<area shape="rect" id="node4" href="CDOBranchPoint.html" title="&#171;interface&#187; CDOBranchPoint" alt="" coords="738,87,859,127"/>
+<area shape="rect" id="node5" href="CDOBranchPointRange.html" title="&#171;interface&#187; CDOBranchPointRange" alt="" coords="475,5,634,45"/>
+<area shape="rect" id="node6" href="CDOBranchTag.html" title="&#171;interface&#187; CDOBranchTag" alt="" coords="899,87,1011,127"/>
+<area shape="rect" id="node7" href="CDOBranchVersion.html" title="&#171;interface&#187; CDOBranchVersion" alt="" coords="233,197,367,237"/>
+<area shape="rect" id="node8" href="../../session/CDOSession.html" title="&#171;interface&#187; CDOSession (org.eclipse.emf.cdo.session)" alt="" coords="5,86,197,141"/>
+<area shape="rect" id="node9" href="../../view/CDOView.html" title="&#171;interface&#187; CDOView (org.eclipse.emf.cdo.view)" alt="" coords="469,79,640,134"/>
+<area shape="rect" id="node10" title="&#171;interface&#187; Comparable (java.lang)" alt="" coords="255,262,345,317"/>
+<area shape="rect" id="node11" href="../../server/IRepository.html" title="&#171;interface&#187; IRepository (org.eclipse.emf.cdo.server)" alt="" coords="11,165,192,219"/>
</map>
<CENTER><IMG SRC="package-summary.png" USEMAP="#APIVIZ" BORDER="0"></CENTER>
@@ -110,7 +109,7 @@ Common concepts for dealing with branches.
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/emf/cdo/common/branch/CDOBranch.html" title="interface in org.eclipse.emf.cdo.common.branch">CDOBranch</A></B></TD>
-<TD>Represents a <i>stream of change</i> that is isolated from other streams of changes.</TD>
+<TD>Represents a <i>stream of changes</i> that is isolated from other streams of changes.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/eclipse/emf/cdo/common/branch/CDOBranchCreatedEvent.html" title="interface in org.eclipse.emf.cdo.common.branch">CDOBranchCreatedEvent</A></B></TD>

Back to the top