Throw exception when trying to undo deletion of habit
This commit is contained in:
parent
b9bc7bd1b5
commit
08d6e39a17
@ -41,7 +41,7 @@ public class DeleteHabitsCommand extends Command
|
||||
@Override
|
||||
public void undo()
|
||||
{
|
||||
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
public Integer getExecuteStringId()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user