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:
Mark Struberg 2012-05-20 12:58:04 +00:00
parent f617557bc3
commit 122f5fe92d

View File

@ -38,7 +38,6 @@ import org.apache.openjpa.jdbc.sql.DBDictionary;
import org.apache.openjpa.lib.conf.Configurable;
import org.apache.openjpa.lib.conf.Configuration;
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.meta.JavaTypes;
import serp.util.Strings;
@ -529,10 +528,10 @@ public class MappingDefaultsImpl
* <TH>JavaType
* <TH>Default value
* <TBODY>
* <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#INT}<TD> The hashcode of the entity name</TR>
* <TR><TD>{@link JavaTypes#CHAR}<TD>The first character of the entity name
* </TR>
* <TR><TD>{@link JavaTypes.STRING}<TD>The entity name</TR>
* <TR><TD>{@link JavaTypes#STRING}<TD>The entity name</TR>
* </TBODY>
* </TABLE>
*