mirror of https://github.com/apache/openjpa.git
Minor formatting changes.
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@525213 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
24538f5431
commit
9c25f9bdf5
|
@ -116,7 +116,6 @@ public class PersistenceMappingDefaults
|
|||
@Override
|
||||
public String getTableName(ClassMapping cls, Schema schema) {
|
||||
String name = "";
|
||||
|
||||
if (StringUtils.isNotEmpty(schema.getName())) {
|
||||
name += schema.getName() + '.';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue