Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.coverage.test/src/org/eclipse/osee/coverage/test/import3/CoverageImport3TestBlam.java')
-rw-r--r--plugins/org.eclipse.osee.coverage.test/src/org/eclipse/osee/coverage/test/import3/CoverageImport3TestBlam.java64
1 files changed, 32 insertions, 32 deletions
diff --git a/plugins/org.eclipse.osee.coverage.test/src/org/eclipse/osee/coverage/test/import3/CoverageImport3TestBlam.java b/plugins/org.eclipse.osee.coverage.test/src/org/eclipse/osee/coverage/test/import3/CoverageImport3TestBlam.java
index 64ee2768cd6..408cdb43d2c 100644
--- a/plugins/org.eclipse.osee.coverage.test/src/org/eclipse/osee/coverage/test/import3/CoverageImport3TestBlam.java
+++ b/plugins/org.eclipse.osee.coverage.test/src/org/eclipse/osee/coverage/test/import3/CoverageImport3TestBlam.java
@@ -1,33 +1,33 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2007 Boeing.
- * 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:
- * Boeing - initial API and implementation
- *******************************************************************************/
-package org.eclipse.osee.coverage.test.import3;
-
-import java.util.Arrays;
-import org.eclipse.osee.coverage.test.util.CoverageImportTestBlam;
-
-/**
- * Imports new method initAdded to end of PowerUnit1
- *
- * @author Donald G. Dunne
- */
-public class CoverageImport3TestBlam extends CoverageImportTestBlam {
-
- public static String NAME = "Test Import 3";
-
- public CoverageImport3TestBlam() {
- super(NAME, Arrays.asList(
- //
- "import3/epu/PowerUnit1.java", "import1/epu/PowerUnit2.java", "import2/epu/PowerUnit3.java"
- //
- ));
- }
-
+/*******************************************************************************
+ * Copyright (c) 2004, 2007 Boeing.
+ * 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:
+ * Boeing - initial API and implementation
+ *******************************************************************************/
+package org.eclipse.osee.coverage.test.import3;
+
+import java.util.Arrays;
+import org.eclipse.osee.coverage.test.util.CoverageImportTestBlam;
+
+/**
+ * Imports new method initAdded to end of PowerUnit1
+ *
+ * @author Donald G. Dunne
+ */
+public class CoverageImport3TestBlam extends CoverageImportTestBlam {
+
+ public static String NAME = "Test Import 3";
+
+ public CoverageImport3TestBlam() {
+ super(NAME, Arrays.asList(
+ //
+ "import3/epu/PowerUnit1.java", "import1/epu/PowerUnit2.java", "import2/epu/PowerUnit3.java"
+ //
+ ));
+ }
+
} \ No newline at end of file

Back to the top