Removed argument from safeDelete()
This commit is contained in:
parent
f2eeb1f1f9
commit
3db6ca026d
4 changed files with 37 additions and 39 deletions
|
@ -63,7 +63,7 @@ public class EntryInt extends EntryBase {
|
|||
* @return this instance
|
||||
*/
|
||||
public EntryInt delete() {
|
||||
setDelete(true);
|
||||
setDelete();
|
||||
return this;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue