Fixed case in getSQLIDgen() method name
This commit is contained in:
parent
cf7bdee73b
commit
e756709eff
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ public class DbMapping {
|
|||
return idgen;
|
||||
}
|
||||
|
||||
public String getSQLIDGen () {
|
||||
public String getSQLIDgen () {
|
||||
return sqlidgen;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue