Remove unused prototypeField variable.
This commit is contained in:
parent
284121edeb
commit
1d5e54c134
1 changed files with 0 additions and 7 deletions
|
@ -100,9 +100,6 @@ public final class DbMapping implements Updatable {
|
||||||
// dbmapping of parent prototype, if any
|
// dbmapping of parent prototype, if any
|
||||||
DbMapping parentMapping;
|
DbMapping parentMapping;
|
||||||
|
|
||||||
// db field that specifies the prototype of an object
|
|
||||||
String prototypeField;
|
|
||||||
|
|
||||||
// descriptor for key generation method
|
// descriptor for key generation method
|
||||||
private String idgen;
|
private String idgen;
|
||||||
|
|
||||||
|
@ -175,10 +172,6 @@ public final class DbMapping implements Updatable {
|
||||||
tableName = props.getProperty("_table");
|
tableName = props.getProperty("_table");
|
||||||
idgen = props.getProperty("_idgen");
|
idgen = props.getProperty("_idgen");
|
||||||
|
|
||||||
// see if there is a field which specifies the prototype of objects, if different prototypes
|
|
||||||
// can be stored in this table
|
|
||||||
prototypeField = props.getProperty("_prototypefield");
|
|
||||||
|
|
||||||
dbSourceName = props.getProperty("_db");
|
dbSourceName = props.getProperty("_db");
|
||||||
|
|
||||||
if (dbSourceName != null) {
|
if (dbSourceName != null) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue