This commit is contained in:
Lucio Lelii 2019-05-23 13:29:47 +00:00
parent 6a3a6cca17
commit a339d2c16c
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ public class TrashHandler {
ses.save();
}catch (LockException e) {
throw new ItemLockedException("the node or is parent is locked", e);
throw new ItemLockedException("the selected node or his parent is locked", e);
}catch (Exception e) {
throw new BackendGenericError("error permanetly deleting items",e);
}