Removed argument from safeDelete()

This commit is contained in:
Erik C. Thauvin 2024-06-23 10:46:17 -07:00
parent f2eeb1f1f9
commit 3db6ca026d
Signed by: erik
GPG key ID: 776702A6A2DA330E
4 changed files with 37 additions and 39 deletions

View file

@ -63,7 +63,7 @@ public class EntryInt extends EntryBase {
* @return this instance
*/
public EntryInt delete() {
setDelete(true);
setDelete();
return this;
}