Fixed case in getSQLIDgen() method name

This commit is contained in:
hns 2001-02-20 21:14:32 +00:00
parent cf7bdee73b
commit e756709eff

View file

@ -330,7 +330,7 @@ public class DbMapping {
return idgen; return idgen;
} }
public String getSQLIDGen () { public String getSQLIDgen () {
return sqlidgen; return sqlidgen;
} }