Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.compare.uml2.tests/src/org/eclipse/emf/compare/uml2/tests/include/data/IncludeInputData.java')
-rw-r--r--plugins/org.eclipse.emf.compare.uml2.tests/src/org/eclipse/emf/compare/uml2/tests/include/data/IncludeInputData.java34
1 files changed, 17 insertions, 17 deletions
diff --git a/plugins/org.eclipse.emf.compare.uml2.tests/src/org/eclipse/emf/compare/uml2/tests/include/data/IncludeInputData.java b/plugins/org.eclipse.emf.compare.uml2.tests/src/org/eclipse/emf/compare/uml2/tests/include/data/IncludeInputData.java
index 4e5575497..90ddcc8ad 100644
--- a/plugins/org.eclipse.emf.compare.uml2.tests/src/org/eclipse/emf/compare/uml2/tests/include/data/IncludeInputData.java
+++ b/plugins/org.eclipse.emf.compare.uml2.tests/src/org/eclipse/emf/compare/uml2/tests/include/data/IncludeInputData.java
@@ -1,17 +1,17 @@
-package org.eclipse.emf.compare.uml2.tests.include.data;
-
-import java.io.IOException;
-
-import org.eclipse.emf.compare.uml2.tests.AbstractUMLInputData;
-import org.eclipse.emf.ecore.resource.Resource;
-
-public class IncludeInputData extends AbstractUMLInputData {
- public Resource getA1Left() throws IOException {
- return loadFromClassLoader("a1/left.uml"); //$NON-NLS-1$
- }
-
- public Resource getA1Right() throws IOException {
- return loadFromClassLoader("a1/right.uml"); //$NON-NLS-1$
- }
-
-}
+package org.eclipse.emf.compare.uml2.tests.include.data;
+
+import java.io.IOException;
+
+import org.eclipse.emf.compare.uml2.tests.AbstractUMLInputData;
+import org.eclipse.emf.ecore.resource.Resource;
+
+public class IncludeInputData extends AbstractUMLInputData {
+ public Resource getA1Left() throws IOException {
+ return loadFromClassLoader("a1/left.uml"); //$NON-NLS-1$
+ }
+
+ public Resource getA1Right() throws IOException {
+ return loadFromClassLoader("a1/right.uml"); //$NON-NLS-1$
+ }
+
+}

Back to the top