Throw exception when trying to undo deletion of habit

This commit is contained in:
2016-03-05 06:46:52 -05:00
parent b9bc7bd1b5
commit 08d6e39a17

View File

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