mirror of
https://github.com/apache/openjpa.git
synced 2025-02-22 18:18:54 +00:00
remove unused import and fix JavaDoc
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1340705 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f617557bc3
commit
122f5fe92d
@ -38,7 +38,6 @@ import org.apache.openjpa.jdbc.sql.DBDictionary;
|
|||||||
import org.apache.openjpa.lib.conf.Configurable;
|
import org.apache.openjpa.lib.conf.Configurable;
|
||||||
import org.apache.openjpa.lib.conf.Configuration;
|
import org.apache.openjpa.lib.conf.Configuration;
|
||||||
import org.apache.openjpa.lib.conf.Configurations;
|
import org.apache.openjpa.lib.conf.Configurations;
|
||||||
import org.apache.openjpa.lib.identifier.Identifier;
|
|
||||||
import org.apache.openjpa.lib.identifier.IdentifierUtil;
|
import org.apache.openjpa.lib.identifier.IdentifierUtil;
|
||||||
import org.apache.openjpa.meta.JavaTypes;
|
import org.apache.openjpa.meta.JavaTypes;
|
||||||
import serp.util.Strings;
|
import serp.util.Strings;
|
||||||
@ -529,10 +528,10 @@ public class MappingDefaultsImpl
|
|||||||
* <TH>JavaType
|
* <TH>JavaType
|
||||||
* <TH>Default value
|
* <TH>Default value
|
||||||
* <TBODY>
|
* <TBODY>
|
||||||
* <TR><TD>{@link JavaTypes.INT}<TD> The hashcode of the entity name</TR>
|
* <TR><TD>{@link JavaTypes#INT}<TD> The hashcode of the entity name</TR>
|
||||||
* <TR><TD>{@link JavaTypes.CHAR}<TD>The first character of the entity name
|
* <TR><TD>{@link JavaTypes#CHAR}<TD>The first character of the entity name
|
||||||
* </TR>
|
* </TR>
|
||||||
* <TR><TD>{@link JavaTypes.STRING}<TD>The entity name</TR>
|
* <TR><TD>{@link JavaTypes#STRING}<TD>The entity name</TR>
|
||||||
* </TBODY>
|
* </TBODY>
|
||||||
* </TABLE>
|
* </TABLE>
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user