Changed the access modifier of UpdateManager#build

This commit is contained in:
mathias 2021-08-26 23:42:10 +02:00
parent d970568158
commit d60c2a806f
No known key found for this signature in database
GPG Key ID: 8950DF62139C852A

View File

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