Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2009-05-05 17:10:00 +0000
committerEike Stepper2009-05-05 17:10:00 +0000
commit7824f8344212b8652586863d7155610ce70fc5fd (patch)
tree8cbe684b525066cd1b26e6bc3a13664024280424 /plugins/org.eclipse.emf.cdo/src/org
parent3543901bd6540435b557a7bbc8450b3f4ec6e113 (diff)
downloadcdo-7824f8344212b8652586863d7155610ce70fc5fd.tar.gz
cdo-7824f8344212b8652586863d7155610ce70fc5fd.tar.xz
cdo-7824f8344212b8652586863d7155610ce70fc5fd.zip
formatting
Diffstat (limited to 'plugins/org.eclipse.emf.cdo/src/org')
-rw-r--r--plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/CDOStateMachine.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/CDOStateMachine.java b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/CDOStateMachine.java
index 93ba1c212a..4b966e5ebe 100644
--- a/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/CDOStateMachine.java
+++ b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/CDOStateMachine.java
@@ -171,8 +171,8 @@ public final class CDOStateMachine extends FiniteStateMachine<CDOState, CDOEvent
}
/**
- * object is already attached in EMF world. It contains all the information needed to know where it will be connected.
- * We used a mapOfContents only for performance reason.
+ * The object is already attached in EMF world. It contains all the information needed to know where it will be
+ * connected. The mapOfContents is only used for performance reasons.
*
* @since 2.0
*/

Back to the top