Polish caught exception names
Prefer `ex` over `e`.
This commit is contained in:
@@ -151,7 +151,7 @@ public class StatsdMetricWriterTests {
|
||||
try {
|
||||
Thread.sleep(50L);
|
||||
}
|
||||
catch (InterruptedException e) {
|
||||
catch (InterruptedException ex) {
|
||||
Thread.currentThread().interrupt();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user