Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/my.etrice.generator.launch/src/my/etrice/generator/launch/DerivedGeneratorConfigTab.java')
-rw-r--r--examples/my.etrice.generator.launch/src/my/etrice/generator/launch/DerivedGeneratorConfigTab.java64
1 files changed, 32 insertions, 32 deletions
diff --git a/examples/my.etrice.generator.launch/src/my/etrice/generator/launch/DerivedGeneratorConfigTab.java b/examples/my.etrice.generator.launch/src/my/etrice/generator/launch/DerivedGeneratorConfigTab.java
index de29673c9..4991e6c8e 100644
--- a/examples/my.etrice.generator.launch/src/my/etrice/generator/launch/DerivedGeneratorConfigTab.java
+++ b/examples/my.etrice.generator.launch/src/my/etrice/generator/launch/DerivedGeneratorConfigTab.java
@@ -1,32 +1,32 @@
-/*******************************************************************************
- * Copyright (c) 2013 protos software gmbh (http://www.protos.de).
- * 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:
- * Henrik Rentz-Reichert (initial contribution)
- *
- *******************************************************************************/
-
-package my.etrice.generator.launch;
-
-import org.eclipse.etrice.generator.launch.java.JavaGeneratorConfigTab;
-
-/**
- * @author Henrik Rentz-Reichert
- *
- */
-public class DerivedGeneratorConfigTab extends JavaGeneratorConfigTab {
-
- /**
- * EXAMPLE: override tab name
- *
- * @see org.eclipse.etrice.generator.launch.java.JavaGeneratorConfigTab#getName()
- */
- public String getName() {
- return "Derived Java Generator";
- }
-
-}
+/*******************************************************************************
+ * Copyright (c) 2013 protos software gmbh (http://www.protos.de).
+ * 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:
+ * Henrik Rentz-Reichert (initial contribution)
+ *
+ *******************************************************************************/
+
+package my.etrice.generator.launch;
+
+import org.eclipse.etrice.generator.launch.java.JavaGeneratorConfigTab;
+
+/**
+ * @author Henrik Rentz-Reichert
+ *
+ */
+public class DerivedGeneratorConfigTab extends JavaGeneratorConfigTab {
+
+ /**
+ * EXAMPLE: override tab name
+ *
+ * @see org.eclipse.etrice.generator.launch.java.JavaGeneratorConfigTab#getName()
+ */
+ public String getName() {
+ return "Derived Java Generator";
+ }
+
+}

Back to the top