Remove code that was commented out and isn't coming back
This commit is contained in:
parent
a8da2b48bd
commit
88b2d41536
1 changed files with 0 additions and 4 deletions
|
@ -810,10 +810,6 @@ public final class DbMapping implements Updatable {
|
||||||
this);
|
this);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* if ((dbSource == null) && (parentMapping != null)) {
|
|
||||||
return parentMapping.getColumns();
|
|
||||||
} */
|
|
||||||
|
|
||||||
// Use local variable cols to avoid synchronization (schema may be nulled elsewhere)
|
// Use local variable cols to avoid synchronization (schema may be nulled elsewhere)
|
||||||
if (columns == null) {
|
if (columns == null) {
|
||||||
// we do two things here: set the SQL type on the Relation mappings
|
// we do two things here: set the SQL type on the Relation mappings
|
||||||
|
|
Loading…
Add table
Reference in a new issue