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

@ -53,7 +53,7 @@ public class Entry extends EntryBase {
* @return the entry
*/
public Entry delete() {
setDelete(true);
setDelete();
return this;
}