mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#1747 - Refactor ebeaninternal/server/persist remove unused emptyStringAsNull
- remove unused emptyStringAsNull - tighten access
This commit is contained in:
@@ -51,7 +51,7 @@ public abstract class DmlHandler implements PersistHandler, BindableRequest {
|
||||
|
||||
private short batchedStatus;
|
||||
|
||||
DmlHandler(PersistRequestBean<?> persistRequest, boolean emptyStringToNull) {
|
||||
DmlHandler(PersistRequestBean<?> persistRequest) {
|
||||
this.now = System.currentTimeMillis();
|
||||
this.persistRequest = persistRequest;
|
||||
this.transaction = persistRequest.getTransaction();
|
||||
|
||||
Reference in New Issue
Block a user