Remove setDbMapping() which is never used and might be hazardous if it was.
This commit is contained in:
parent
7209fd9709
commit
9e43503ced
1 changed files with 0 additions and 7 deletions
|
@ -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
|
* Get the DbMapping associated with this prototype
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue