Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests/model/derived/DerivedClass.java')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests/model/derived/DerivedClass.java64
1 files changed, 32 insertions, 32 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests/model/derived/DerivedClass.java b/plugins/org.eclipse.emf.cdo.tests/model/derived/DerivedClass.java
index a357ee0382..d54fff4a12 100644
--- a/plugins/org.eclipse.emf.cdo.tests/model/derived/DerivedClass.java
+++ b/plugins/org.eclipse.emf.cdo.tests/model/derived/DerivedClass.java
@@ -1,32 +1,32 @@
-/*
- * Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.
- * 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:
- * Eike Stepper - initial API and implementation
- */
-package derived;
-
-import base.BaseClass;
-
-/**
- * <!-- begin-user-doc --> A representation of the model object '<em><b>Class</b></em>'. <!-- end-user-doc -->
- *
- * @see derived.DerivedPackage#getDerivedClass()
- * @model
- * @generated
- */
-public interface DerivedClass extends BaseClass
-{
- /**
- * <!-- begin-user-doc --> <!-- end-user-doc -->
- *
- * @model
- * @generated
- */
- void decrement();
-
-} // DerivedClass
+/*
+ * Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.
+ * 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:
+ * Eike Stepper - initial API and implementation
+ */
+package derived;
+
+import base.BaseClass;
+
+/**
+ * <!-- begin-user-doc --> A representation of the model object '<em><b>Class</b></em>'. <!-- end-user-doc -->
+ *
+ * @see derived.DerivedPackage#getDerivedClass()
+ * @model
+ * @generated
+ */
+public interface DerivedClass extends BaseClass
+{
+ /**
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @model
+ * @generated
+ */
+ void decrement();
+
+} // DerivedClass

Back to the top