Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/AbstractTypeMapping.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/AbstractTypeMapping.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/AbstractTypeMapping.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/AbstractTypeMapping.html
index 1002509f48..4d8afa809b 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/AbstractTypeMapping.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/AbstractTypeMapping.html
@@ -684,8 +684,8 @@ getSqlType</H3>
<PRE>
protected int <B>getSqlType</B>()</PRE>
<DL>
-<DD>Returns the SQL type of this TypeMapping. The default implementation considers the type map hold by the meta-data
- manager (@see <CODE>MetaDataManager#getDBType(org.eclipse.emf.ecore.EClassifier)</CODE> Subclasses may override.
+<DD>Returns the SQL type of this TypeMapping. The default implementation considers the type map held by the
+ <CODE>meta-data manager</CODE>. Subclasses may override.
<P>
<DD><DL>
</DL>

Back to the top