Remove unused prototypeField variable.

This commit is contained in:
hns 2003-06-24 14:11:05 +00:00
parent 284121edeb
commit 1d5e54c134

View file

@ -100,9 +100,6 @@ public final class DbMapping implements Updatable {
// dbmapping of parent prototype, if any
DbMapping parentMapping;
// db field that specifies the prototype of an object
String prototypeField;
// descriptor for key generation method
private String idgen;
@ -175,10 +172,6 @@ public final class DbMapping implements Updatable {
tableName = props.getProperty("_table");
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");
if (dbSourceName != null) {