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