Changed the access modifier of UpdateManager#build

This commit is contained in:
2021-08-26 23:42:10 +02:00
parent d970568158
commit d60c2a806f

View File

@@ -88,7 +88,7 @@ public class UpdateManager {
*
* @return the current statement
*/
public SQLQuery build() {
private SQLQuery build() {
return connection.createQuery(UpdateQuery.class)
.addParameter(QueryParameter.TABLE_NAME, tableName)
.addParameter(QueryParameter.WHERE_LIST, whereList)