Changed restartQuery back to restartSql to be consistent with related single column case.

This commit is contained in:
dsyer
2008-02-04 15:31:04 +00:00
parent c96c619d26
commit 8773b55f8b
3 changed files with 3 additions and 3 deletions

View File

@@ -107,7 +107,7 @@ public class MultipleColumnJdbcKeyGenerator implements
*
* @param restartQuery
*/
public void setRestartQuery(String restartQuery) {
public void setRestartSql(String restartQuery) {
this.restartSql = restartQuery;
}