The cause must be thrown
FEA: ItEr75S11PreventLooseChanges
This commit is contained in:
parent
e2c489e904
commit
60f0d976ef
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ public class ConcurrentModificationHandling {
|
|||
ConcurrentModificationController.showException(
|
||||
optimisticLockingFailureException, goToPage);
|
||||
}
|
||||
throw e;
|
||||
throw cause;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue