Skip to content

Commit 23610a7

Browse files
committed
Undo prior change
1 parent eab0137 commit 23610a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/nordstrom/automation/junit/RunReflectiveCall.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ public static Object intercept(@This final Object callable, @SuperCall final Cal
9494

9595
try {
9696
result = LifecycleHooks.callProxy(proxy);
97-
} catch (Throwable e) {
98-
thrown = e;
97+
} catch (Throwable t) {
98+
thrown = t;
9999
} finally {
100100
synchronized(methodWatcherLoader) {
101101
for (MethodWatcher watcher : methodWatcherLoader) {

0 commit comments

Comments
 (0)