Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.net4j.tests/src/org/eclipse/net4j/util/tests/defs/impl/TestDefImpl.java')
-rw-r--r--plugins/org.eclipse.net4j.tests/src/org/eclipse/net4j/util/tests/defs/impl/TestDefImpl.java34
1 files changed, 17 insertions, 17 deletions
diff --git a/plugins/org.eclipse.net4j.tests/src/org/eclipse/net4j/util/tests/defs/impl/TestDefImpl.java b/plugins/org.eclipse.net4j.tests/src/org/eclipse/net4j/util/tests/defs/impl/TestDefImpl.java
index 7ff2db1bdb..e8f4a78410 100644
--- a/plugins/org.eclipse.net4j.tests/src/org/eclipse/net4j/util/tests/defs/impl/TestDefImpl.java
+++ b/plugins/org.eclipse.net4j.tests/src/org/eclipse/net4j/util/tests/defs/impl/TestDefImpl.java
@@ -4,7 +4,7 @@
* 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:
* Andre Dietisheim - initial API and implementation
* Eike Stepper - maintenance
@@ -33,7 +33,7 @@ import java.util.Collection;
* <li>{@link org.eclipse.net4j.util.tests.defs.impl.TestDefImpl#getAttribute <em>Attribute</em>}</li>
* </ul>
* </p>
- *
+ *
* @generated
*/
public class TestDefImpl extends DefImpl implements TestDef
@@ -41,7 +41,7 @@ public class TestDefImpl extends DefImpl implements TestDef
/**
* The cached value of the '{@link #getReferences() <em>References</em>}' reference list. <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
+ *
* @see #getReferences()
* @generated
* @ordered
@@ -51,7 +51,7 @@ public class TestDefImpl extends DefImpl implements TestDef
/**
* The default value of the '{@link #getAttribute() <em>Attribute</em>}' attribute. <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
+ *
* @see #getAttribute()
* @generated
* @ordered
@@ -61,7 +61,7 @@ public class TestDefImpl extends DefImpl implements TestDef
/**
* The cached value of the '{@link #getAttribute() <em>Attribute</em>}' attribute. <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
+ *
* @see #getAttribute()
* @generated
* @ordered
@@ -70,7 +70,7 @@ public class TestDefImpl extends DefImpl implements TestDef
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected TestDefImpl()
@@ -80,7 +80,7 @@ public class TestDefImpl extends DefImpl implements TestDef
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -91,7 +91,7 @@ public class TestDefImpl extends DefImpl implements TestDef
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EList<Def> getReferences()
@@ -105,7 +105,7 @@ public class TestDefImpl extends DefImpl implements TestDef
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public String getAttribute()
@@ -115,7 +115,7 @@ public class TestDefImpl extends DefImpl implements TestDef
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public void setAttribute(String newAttribute)
@@ -124,14 +124,14 @@ public class TestDefImpl extends DefImpl implements TestDef
attribute = newAttribute;
if (eNotificationRequired())
{
- eNotify(new ENotificationImpl(this, Notification.SET, TestDefsPackage.TEST_DEF__ATTRIBUTE, oldAttribute,
- attribute));
+ eNotify(
+ new ENotificationImpl(this, Notification.SET, TestDefsPackage.TEST_DEF__ATTRIBUTE, oldAttribute, attribute));
}
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -149,7 +149,7 @@ public class TestDefImpl extends DefImpl implements TestDef
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@SuppressWarnings("unchecked")
@@ -171,7 +171,7 @@ public class TestDefImpl extends DefImpl implements TestDef
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -191,7 +191,7 @@ public class TestDefImpl extends DefImpl implements TestDef
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -209,7 +209,7 @@ public class TestDefImpl extends DefImpl implements TestDef
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override

Back to the top