Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/etypes/impl/EtypesPackageImpl.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/etypes/impl/EtypesPackageImpl.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/etypes/impl/EtypesPackageImpl.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/etypes/impl/EtypesPackageImpl.html
index bd8c80ee7a..4ac35736d8 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/etypes/impl/EtypesPackageImpl.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/etypes/impl/EtypesPackageImpl.html
@@ -562,10 +562,10 @@ init</H3>
<PRE>
public static <A HREF="../../../../../../org/eclipse/emf/cdo/etypes/EtypesPackage.html" title="interface in org.eclipse.emf.cdo.etypes">EtypesPackage</A> <B>init</B>()</PRE>
<DL>
-<DD>Creates, registers, and initializes the <b>Package</b> for this model, and for any others upon which it depends.
- <p>
- This method is used to initialize <A HREF="../../../../../../org/eclipse/emf/cdo/etypes/EtypesPackage.html#eINSTANCE"><CODE>EtypesPackage.eINSTANCE</CODE></A> when that field is accessed. Clients should not
- invoke it directly. Instead, they should simply access that field to obtain the package. <!-- begin-user-doc -->
+<DD>Creates, registers, and initializes the <b>Package</b> for this model, and for any others upon which it depends.
+ <p>
+ This method is used to initialize <A HREF="../../../../../../org/eclipse/emf/cdo/etypes/EtypesPackage.html#eINSTANCE"><CODE>EtypesPackage.eINSTANCE</CODE></A> when that field is accessed. Clients should not
+ invoke it directly. Instead, they should simply access that field to obtain the package. <!-- begin-user-doc -->
<!-- end-user-doc -->
<P>
<DD><DL>
@@ -801,7 +801,7 @@ createPackageContents</H3>
<PRE>
public void <B>createPackageContents</B>()</PRE>
<DL>
-<DD>Creates the meta-model objects for the package. This method is guarded to have no affect on any invocation but its
+<DD>Creates the meta-model objects for the package. This method is guarded to have no affect on any invocation but its
first. <!-- begin-user-doc --> <!-- end-user-doc -->
<P>
<DD><DL>
@@ -820,7 +820,7 @@ initializePackageContents</H3>
<PRE>
public void <B>initializePackageContents</B>()</PRE>
<DL>
-<DD>Complete the initialization of the package and its meta-model. This method is guarded to have no affect on any
+<DD>Complete the initialization of the package and its meta-model. This method is guarded to have no affect on any
invocation but its first. <!-- begin-user-doc --> <!-- end-user-doc -->
<P>
<DD><DL>

Back to the top