The cause must be thrown

FEA: ItEr75S11PreventLooseChanges
This commit is contained in:
Óscar González Fernández 2011-09-20 19:18:52 +02:00
parent e2c489e904
commit 60f0d976ef

View file

@ -66,7 +66,7 @@ public class ConcurrentModificationHandling {
ConcurrentModificationController.showException(
optimisticLockingFailureException, goToPage);
}
throw e;
throw cause;
}
}
};