Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/spi/common/revision/SyntheticCDORevision.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/spi/common/revision/SyntheticCDORevision.html28
1 files changed, 14 insertions, 14 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/spi/common/revision/SyntheticCDORevision.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/spi/common/revision/SyntheticCDORevision.html
index cb90738b1c..b6f8c4da18 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/spi/common/revision/SyntheticCDORevision.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/spi/common/revision/SyntheticCDORevision.html
@@ -109,18 +109,18 @@ Class SyntheticCDORevision</H2>
</PRE>
<P>
-A synthetic revision that represents the initial period of an object in a <A HREF="../../../../../../../org/eclipse/emf/cdo/common/branch/CDOBranch.html" title="interface in org.eclipse.emf.cdo.common.branch"><CODE>branch</CODE></A> when the object is
- still associated with a revision from one of the baseline branches. It always has <A HREF="../../../../../../../org/eclipse/emf/cdo/spi/common/revision/StubCDORevision.html#getVersion()"><CODE>version</CODE></A>
- <A HREF="../../../../../../../org/eclipse/emf/cdo/common/branch/CDOBranchVersion.html#UNSPECIFIED_VERSION"><CODE>zero</CODE></A> and can only appear in branches below the
- <A HREF="../../../../../../../org/eclipse/emf/cdo/common/branch/CDOBranch.html#isMainBranch()"><CODE>main</CODE></A> branch.
- <p>
- Synthetic revisions are used for two slightly different purposes:
- <ol>
- <li>For <A HREF="../../../../../../../org/eclipse/emf/cdo/common/revision/CDORevisionCache.html" title="interface in org.eclipse.emf.cdo.common.revision"><CODE>cache</CODE></A> optimization.
- <li>As a persistent "detach marker" indicating that the first modification of an object in a branch is its deletion.
- </ol>
- <p>
- Instances of this marker revision are not supposed to be exposed outside of a revision <A HREF="../../../../../../../org/eclipse/emf/cdo/common/revision/CDORevisionManager.html" title="interface in org.eclipse.emf.cdo.common.revision"><CODE>manager</CODE></A>. They are mainly used in the communication between a revision manager and its associated revision
+A synthetic revision that represents the initial period of an object in a <A HREF="../../../../../../../org/eclipse/emf/cdo/common/branch/CDOBranch.html" title="interface in org.eclipse.emf.cdo.common.branch"><CODE>branch</CODE></A> when the object is
+ still associated with a revision from one of the baseline branches. It always has <A HREF="../../../../../../../org/eclipse/emf/cdo/spi/common/revision/StubCDORevision.html#getVersion()"><CODE>version</CODE></A>
+ <A HREF="../../../../../../../org/eclipse/emf/cdo/common/branch/CDOBranchVersion.html#UNSPECIFIED_VERSION"><CODE>zero</CODE></A> and can only appear in branches below the
+ <A HREF="../../../../../../../org/eclipse/emf/cdo/common/branch/CDOBranch.html#isMainBranch()"><CODE>main</CODE></A> branch.
+ <p>
+ Synthetic revisions are used for two slightly different purposes:
+ <ol>
+ <li>For <A HREF="../../../../../../../org/eclipse/emf/cdo/common/revision/CDORevisionCache.html" title="interface in org.eclipse.emf.cdo.common.revision"><CODE>cache</CODE></A> optimization.
+ <li>As a persistent "detach marker" indicating that the first modification of an object in a branch is its deletion.
+ </ol>
+ <p>
+ Instances of this marker revision are not supposed to be exposed outside of a revision <A HREF="../../../../../../../org/eclipse/emf/cdo/common/revision/CDORevisionManager.html" title="interface in org.eclipse.emf.cdo.common.revision"><CODE>manager</CODE></A>. They are mainly used in the communication between a revision manager and its associated revision
<A HREF="../../../../../../../org/eclipse/emf/cdo/spi/common/revision/InternalCDORevisionManager.RevisionLoader.html" title="interface in org.eclipse.emf.cdo.spi.common.revision"><CODE>loader</CODE></A>.
<P>
@@ -220,7 +220,7 @@ A synthetic revision that represents the initial period of an object in a <A HRE
<TD><CODE><B><A HREF="../../../../../../../org/eclipse/emf/cdo/spi/common/revision/SyntheticCDORevision.html#getBranch()">getBranch</A></B>()</CODE>
<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the branch of this branch point, or <code>null</code> if this branch point is the
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the branch of this branch point, or <code>null</code> if this branch point is the
<A HREF="../../../../../../../org/eclipse/emf/cdo/common/branch/CDOBranch.html#getBase()"><CODE>base</CODE></A> of the <A HREF="../../../../../../../org/eclipse/emf/cdo/common/branch/CDOBranchManager.html#getMainBranch()"><CODE>main branch</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
@@ -311,7 +311,7 @@ getBranch</H3>
public <A HREF="../../../../../../../org/eclipse/emf/cdo/common/branch/CDOBranch.html" title="interface in org.eclipse.emf.cdo.common.branch">CDOBranch</A> <B>getBranch</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../../../org/eclipse/emf/cdo/common/branch/CDOBranchPoint.html#getBranch()">CDOBranchPoint</A></CODE></B></DD>
-<DD>Returns the branch of this branch point, or <code>null</code> if this branch point is the
+<DD>Returns the branch of this branch point, or <code>null</code> if this branch point is the
<A HREF="../../../../../../../org/eclipse/emf/cdo/common/branch/CDOBranch.html#getBase()"><CODE>base</CODE></A> of the <A HREF="../../../../../../../org/eclipse/emf/cdo/common/branch/CDOBranchManager.html#getMainBranch()"><CODE>main branch</CODE></A>.
<P>
<DD><DL>

Back to the top