mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 01:08:50 -06:00
Throw exception when trying to undo deletion of habit
This commit is contained in:
@@ -41,7 +41,7 @@ public class DeleteHabitsCommand extends Command
|
||||
@Override
|
||||
public void undo()
|
||||
{
|
||||
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
public Integer getExecuteStringId()
|
||||
|
||||
Reference in New Issue
Block a user