reverting changes

This commit is contained in:
Lucio Lelii 2020-04-15 17:39:02 +02:00
parent 1cae1af75b
commit 05304fe4c0
1 changed files with 1 additions and 6 deletions

View File

@ -31,11 +31,6 @@ public enum ItemAction {
/**
* The item has been updates.
*/
UPDATED,
/**
* The item has been restored from trash.
*/
RESTORED;
UPDATED;
}