From 90fb89dd4190ee89cf7baf0f22c2216ff43de3e3 Mon Sep 17 00:00:00 2001 From: Eike Stepper Date: Tue, 3 Jun 2008 06:41:31 +0000 Subject: [234041] Prepare graduation https://bugs.eclipse.org/bugs/show_bug.cgi?id=234041 --- .../eclipse/emf/cdo/tests/mango/MangoPackage.java | 21 ++++++++++----------- .../src/org/eclipse/emf/cdo/tests/mango/Value.java | 5 ++--- .../org/eclipse/emf/cdo/tests/mango/ValueList.java | 9 ++++----- .../emf/cdo/tests/mango/impl/MangoPackageImpl.java | 6 +++--- .../emf/cdo/tests/mango/impl/ValueListImpl.java | 5 ++--- .../cdo/tests/mango/util/MangoAdapterFactory.java | 8 ++++---- .../emf/cdo/tests/mango/util/MangoSwitch.java | 22 +++++++++++----------- 7 files changed, 36 insertions(+), 40 deletions(-) (limited to 'plugins/org.eclipse.emf.cdo.tests.mango/src/org/eclipse/emf') diff --git a/plugins/org.eclipse.emf.cdo.tests.mango/src/org/eclipse/emf/cdo/tests/mango/MangoPackage.java b/plugins/org.eclipse.emf.cdo.tests.mango/src/org/eclipse/emf/cdo/tests/mango/MangoPackage.java index 1494b0e2a9..406750744c 100644 --- a/plugins/org.eclipse.emf.cdo.tests.mango/src/org/eclipse/emf/cdo/tests/mango/MangoPackage.java +++ b/plugins/org.eclipse.emf.cdo.tests.mango/src/org/eclipse/emf/cdo/tests/mango/MangoPackage.java @@ -2,7 +2,7 @@ * * * - * $Id: MangoPackage.java,v 1.3 2008-04-27 08:57:26 estepper Exp $ + * $Id: MangoPackage.java,v 1.4 2008-06-03 06:41:27 estepper Exp $ */ package org.eclipse.emf.cdo.tests.mango; @@ -56,8 +56,8 @@ public interface MangoPackage extends EPackage MangoPackage eINSTANCE = org.eclipse.emf.cdo.tests.mango.impl.MangoPackageImpl.init(); /** - * The meta object id for the '{@link org.eclipse.emf.cdo.tests.mango.impl.ValueListImpl Value List}' - * class. + * The meta object id for the '{@link org.eclipse.emf.cdo.tests.mango.impl.ValueListImpl Value List}' class. + * * * @see org.eclipse.emf.cdo.tests.mango.impl.ValueListImpl * @see org.eclipse.emf.cdo.tests.mango.impl.MangoPackageImpl#getValueList() @@ -82,8 +82,7 @@ public interface MangoPackage extends EPackage int VALUE_LIST__VALUES = 1; /** - * The number of structural features of the 'Value List' class. + * The number of structural features of the 'Value List' class. * * @generated * @ordered @@ -127,8 +126,8 @@ public interface MangoPackage extends EPackage EClass getValueList(); /** - * Returns the meta object for the attribute '{@link org.eclipse.emf.cdo.tests.mango.ValueList#getName Name}'. - * + * Returns the meta object for the attribute '{@link org.eclipse.emf.cdo.tests.mango.ValueList#getName Name} + * '. * * @return the meta object for the attribute 'Name'. * @see org.eclipse.emf.cdo.tests.mango.ValueList#getName() @@ -138,8 +137,8 @@ public interface MangoPackage extends EPackage EAttribute getValueList_Name(); /** - * Returns the meta object for the reference list '{@link org.eclipse.emf.cdo.tests.mango.ValueList#getValues Values}'. - * + * Returns the meta object for the reference list '{@link org.eclipse.emf.cdo.tests.mango.ValueList#getValues + * Values}'. * * @return the meta object for the reference list 'Values'. * @see org.eclipse.emf.cdo.tests.mango.ValueList#getValues() @@ -210,8 +209,8 @@ public interface MangoPackage extends EPackage EAttribute VALUE_LIST__NAME = eINSTANCE.getValueList_Name(); /** - * The meta object literal for the 'Values' reference list feature. - * + * The meta object literal for the 'Values' reference list feature. * * @generated */ diff --git a/plugins/org.eclipse.emf.cdo.tests.mango/src/org/eclipse/emf/cdo/tests/mango/Value.java b/plugins/org.eclipse.emf.cdo.tests.mango/src/org/eclipse/emf/cdo/tests/mango/Value.java index 6b282d6a0b..8691722532 100644 --- a/plugins/org.eclipse.emf.cdo.tests.mango/src/org/eclipse/emf/cdo/tests/mango/Value.java +++ b/plugins/org.eclipse.emf.cdo.tests.mango/src/org/eclipse/emf/cdo/tests/mango/Value.java @@ -2,7 +2,7 @@ * * * - * $Id: Value.java,v 1.2 2008-02-23 10:00:33 estepper Exp $ + * $Id: Value.java,v 1.3 2008-06-03 06:41:27 estepper Exp $ */ package org.eclipse.emf.cdo.tests.mango; @@ -27,8 +27,7 @@ public interface Value extends CDOObject /** * Returns the value of the 'Name' attribute. *

- * If the meaning of the 'Name' attribute isn't clear, there really should be more of a description - * here... + * If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here... *

* * diff --git a/plugins/org.eclipse.emf.cdo.tests.mango/src/org/eclipse/emf/cdo/tests/mango/ValueList.java b/plugins/org.eclipse.emf.cdo.tests.mango/src/org/eclipse/emf/cdo/tests/mango/ValueList.java index 2e11b6777f..cfc6566a56 100644 --- a/plugins/org.eclipse.emf.cdo.tests.mango/src/org/eclipse/emf/cdo/tests/mango/ValueList.java +++ b/plugins/org.eclipse.emf.cdo.tests.mango/src/org/eclipse/emf/cdo/tests/mango/ValueList.java @@ -2,7 +2,7 @@ * * * - * $Id: ValueList.java,v 1.2 2008-02-23 10:00:33 estepper Exp $ + * $Id: ValueList.java,v 1.3 2008-06-03 06:41:26 estepper Exp $ */ package org.eclipse.emf.cdo.tests.mango; @@ -30,8 +30,7 @@ public interface ValueList extends CDOObject /** * Returns the value of the 'Name' attribute. *

- * If the meaning of the 'Name' attribute isn't clear, there really should be more of a description - * here... + * If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here... *

* * @@ -58,8 +57,8 @@ public interface ValueList extends CDOObject * Returns the value of the 'Values' reference list. The list contents are of type * {@link org.eclipse.emf.cdo.tests.mango.Value}. *

- * If the meaning of the 'Values' reference list isn't clear, there really should be more of a - * description here... + * If the meaning of the 'Values' reference list isn't clear, there really should be more of a description + * here... *

* * diff --git a/plugins/org.eclipse.emf.cdo.tests.mango/src/org/eclipse/emf/cdo/tests/mango/impl/MangoPackageImpl.java b/plugins/org.eclipse.emf.cdo.tests.mango/src/org/eclipse/emf/cdo/tests/mango/impl/MangoPackageImpl.java index ca4de8b327..c23d4976d5 100644 --- a/plugins/org.eclipse.emf.cdo.tests.mango/src/org/eclipse/emf/cdo/tests/mango/impl/MangoPackageImpl.java +++ b/plugins/org.eclipse.emf.cdo.tests.mango/src/org/eclipse/emf/cdo/tests/mango/impl/MangoPackageImpl.java @@ -2,7 +2,7 @@ * * * - * $Id: MangoPackageImpl.java,v 1.2 2008-02-23 10:00:33 estepper Exp $ + * $Id: MangoPackageImpl.java,v 1.3 2008-06-03 06:41:27 estepper Exp $ */ package org.eclipse.emf.cdo.tests.mango.impl; @@ -39,8 +39,8 @@ public class MangoPackageImpl extends EPackageImpl implements MangoPackage private EClass valueEClass = null; /** - * Creates an instance of the model Package, registered with - * {@link org.eclipse.emf.ecore.EPackage.Registry EPackage.Registry} by the package package URI value. + * Creates an instance of the model Package, registered with {@link org.eclipse.emf.ecore.EPackage.Registry + * EPackage.Registry} by the package package URI value. *

* Note: the correct way to create the package is via the static factory method {@link #init init()}, which also * performs initialization of the package, or returns the registered package, if one already exists. An implementation of the model object 'Value List'. + * An implementation of the model object 'Value List'. *

* The following features are implemented: *