Polish caught exception names
Prefer `ex` over `e`.
This commit is contained in:
@@ -158,7 +158,7 @@ public abstract class AbstractApplicationContextRunnerTests<T extends AbstractAp
|
||||
context.getClassLoader());
|
||||
fail("Should have thrown a ClassNotFoundException");
|
||||
}
|
||||
catch (ClassNotFoundException e) {
|
||||
catch (ClassNotFoundException ex) {
|
||||
// expected
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user