Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2014-02-10 06:42:31 +0000
committerEike Stepper2014-02-10 06:42:31 +0000
commitf9e41cf0b51195cb2abe324dda8757aeda9fee86 (patch)
treef4921af3598cf742e3fc4292fd074f8865fd7316 /plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/transaction/CDOTransactionStartedEvent.java
parent1d2d9606434f810077c14b97016703b166e8dce2 (diff)
downloadcdo-f9e41cf0b51195cb2abe324dda8757aeda9fee86.tar.gz
cdo-f9e41cf0b51195cb2abe324dda8757aeda9fee86.tar.xz
cdo-f9e41cf0b51195cb2abe324dda8757aeda9fee86.zip
Reformat
Diffstat (limited to 'plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/transaction/CDOTransactionStartedEvent.java')
-rw-r--r--plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/transaction/CDOTransactionStartedEvent.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/transaction/CDOTransactionStartedEvent.java b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/transaction/CDOTransactionStartedEvent.java
index ca077bd05e..7ddca323ff 100644
--- a/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/transaction/CDOTransactionStartedEvent.java
+++ b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/cdo/transaction/CDOTransactionStartedEvent.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Eike Stepper - initial API and implementation
*/
@@ -15,7 +15,7 @@ import org.eclipse.emf.cdo.view.CDOViewEvent;
/**
* A {@link CDOViewEvent view event} fired from a {@link CDOTransaction transaction} when it first becomes
* {@link CDOTransaction#isDirty() dirty}.
- *
+ *
* @author Eike Stepper
* @since 2.0
* @noextend This interface is not intended to be extended by clients.

Back to the top