Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests.model4/src/org/eclipse/emf/cdo/tests/legacy/model4/impl/RefMultiNonContainedNPLImpl.java')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.model4/src/org/eclipse/emf/cdo/tests/legacy/model4/impl/RefMultiNonContainedNPLImpl.java24
1 files changed, 11 insertions, 13 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests.model4/src/org/eclipse/emf/cdo/tests/legacy/model4/impl/RefMultiNonContainedNPLImpl.java b/plugins/org.eclipse.emf.cdo.tests.model4/src/org/eclipse/emf/cdo/tests/legacy/model4/impl/RefMultiNonContainedNPLImpl.java
index c6759460ff..7524a325bd 100644
--- a/plugins/org.eclipse.emf.cdo.tests.model4/src/org/eclipse/emf/cdo/tests/legacy/model4/impl/RefMultiNonContainedNPLImpl.java
+++ b/plugins/org.eclipse.emf.cdo.tests.model4/src/org/eclipse/emf/cdo/tests/legacy/model4/impl/RefMultiNonContainedNPLImpl.java
@@ -1,14 +1,12 @@
/**
- * Copyright (c) 2004 - 2009 Eike Stepper (Berlin, Germany) and others.
+ * Copyright (c) 2004 - 2010 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
- *
- * $Id: RefMultiNonContainedNPLImpl.java,v 1.6 2010-01-08 19:43:49 mfluegge Exp $
*/
package org.eclipse.emf.cdo.tests.legacy.model4.impl;
@@ -32,7 +30,7 @@ import java.util.Collection;
* <li>{@link org.eclipse.emf.cdo.tests.legacy.model4.impl.RefMultiNonContainedNPLImpl#getElements <em>Elements</em>}</li>
* </ul>
* </p>
- *
+ *
* @generated
*/
public class RefMultiNonContainedNPLImpl extends EObjectImpl implements RefMultiNonContainedNPL
@@ -40,7 +38,7 @@ public class RefMultiNonContainedNPLImpl extends EObjectImpl implements RefMulti
/**
* The cached value of the '{@link #getElements() <em>Elements</em>}' reference list. <!-- begin-user-doc --> <!--
* end-user-doc -->
- *
+ *
* @see #getElements()
* @generated
* @ordered
@@ -49,7 +47,7 @@ public class RefMultiNonContainedNPLImpl extends EObjectImpl implements RefMulti
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
protected RefMultiNonContainedNPLImpl()
@@ -59,7 +57,7 @@ public class RefMultiNonContainedNPLImpl extends EObjectImpl implements RefMulti
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -70,7 +68,7 @@ public class RefMultiNonContainedNPLImpl extends EObjectImpl implements RefMulti
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
public EList<ContainedElementNoOpposite> getElements()
@@ -85,7 +83,7 @@ public class RefMultiNonContainedNPLImpl extends EObjectImpl implements RefMulti
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -101,7 +99,7 @@ public class RefMultiNonContainedNPLImpl extends EObjectImpl implements RefMulti
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@SuppressWarnings("unchecked")
@@ -120,7 +118,7 @@ public class RefMultiNonContainedNPLImpl extends EObjectImpl implements RefMulti
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override
@@ -137,7 +135,7 @@ public class RefMultiNonContainedNPLImpl extends EObjectImpl implements RefMulti
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
- *
+ *
* @generated
*/
@Override

Back to the top