Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.compare.tests/src/org/eclipse/emf/compare/tests/command/TestDualCompareCommandStack.java')
-rw-r--r--plugins/org.eclipse.emf.compare.tests/src/org/eclipse/emf/compare/tests/command/TestDualCompareCommandStack.java64
1 files changed, 32 insertions, 32 deletions
diff --git a/plugins/org.eclipse.emf.compare.tests/src/org/eclipse/emf/compare/tests/command/TestDualCompareCommandStack.java b/plugins/org.eclipse.emf.compare.tests/src/org/eclipse/emf/compare/tests/command/TestDualCompareCommandStack.java
index 13d4d3913..87ad0b687 100644
--- a/plugins/org.eclipse.emf.compare.tests/src/org/eclipse/emf/compare/tests/command/TestDualCompareCommandStack.java
+++ b/plugins/org.eclipse.emf.compare.tests/src/org/eclipse/emf/compare/tests/command/TestDualCompareCommandStack.java
@@ -1,32 +1,32 @@
-/*******************************************************************************
- * Copyright (c) 2012 Obeo.
- * All rights reserved. This program and the accompanying materials
- * 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:
- * Obeo - initial API and implementation
- *******************************************************************************/
-package org.eclipse.emf.compare.tests.command;
-
-import org.eclipse.emf.common.command.BasicCommandStack;
-import org.eclipse.emf.compare.command.ICompareCommandStack;
-import org.eclipse.emf.compare.command.impl.DualCompareCommandStack;
-
-/**
- * @author <a href="mailto:mikael.barbero@obeo.fr">Mikael Barbero</a>
- */
-public class TestDualCompareCommandStack extends AbstractTestCompareCommandStack {
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.emf.compare.tests.command.AbstractTestCompareCommandStack#createCommandStack()
- */
- @Override
- protected ICompareCommandStack createCommandStack() {
- return new DualCompareCommandStack(new BasicCommandStack(), new BasicCommandStack());
- }
-
-}
+/*******************************************************************************
+ * Copyright (c) 2012 Obeo.
+ * All rights reserved. This program and the accompanying materials
+ * 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:
+ * Obeo - initial API and implementation
+ *******************************************************************************/
+package org.eclipse.emf.compare.tests.command;
+
+import org.eclipse.emf.common.command.BasicCommandStack;
+import org.eclipse.emf.compare.command.ICompareCommandStack;
+import org.eclipse.emf.compare.command.impl.DualCompareCommandStack;
+
+/**
+ * @author <a href="mailto:mikael.barbero@obeo.fr">Mikael Barbero</a>
+ */
+public class TestDualCompareCommandStack extends AbstractTestCompareCommandStack {
+
+ /**
+ * {@inheritDoc}
+ *
+ * @see org.eclipse.emf.compare.tests.command.AbstractTestCompareCommandStack#createCommandStack()
+ */
+ @Override
+ protected ICompareCommandStack createCommandStack() {
+ return new DualCompareCommandStack(new BasicCommandStack(), new BasicCommandStack());
+ }
+
+}

Back to the top