Merge branch '2.0.x'
This commit is contained in:
@@ -110,6 +110,9 @@ public class StandardTemplateResourceResolverTests {
|
||||
return action.call();
|
||||
}
|
||||
catch (Exception ex) {
|
||||
if (ex instanceof RuntimeException) {
|
||||
throw (RuntimeException) ex;
|
||||
}
|
||||
throw new RuntimeException(ex);
|
||||
}
|
||||
finally {
|
||||
|
||||
Reference in New Issue
Block a user