Throw exception when trying to undo deletion of habit

pull/30/head
Alinson S. Xavier 10 years ago
parent b9bc7bd1b5
commit 08d6e39a17

@ -41,7 +41,7 @@ public class DeleteHabitsCommand extends Command
@Override @Override
public void undo() public void undo()
{ {
throw new UnsupportedOperationException();
} }
public Integer getExecuteStringId() public Integer getExecuteStringId()

Loading…
Cancel
Save