Remove setDbMapping() which is never used and might be hazardous if it was.

This commit is contained in:
hns 2005-06-28 10:08:18 +00:00
parent 7209fd9709
commit 9e43503ced

View file

@ -294,13 +294,6 @@ public final class Prototype {
}
}
/**
* Set the DbMapping associated with this prototype
*/
protected void setDbMapping(DbMapping dbmap) {
this.dbmap = dbmap;
}
/**
* Get the DbMapping associated with this prototype
*/