Skip to content

Commit 9c96483

Browse files
rlubkeStephane Landelle
authored andcommitted
Minor cleanup.
1 parent 0d5e592 commit 9c96483

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/com/ning/http/client/async/grizzly/GrizzlyConnectionPoolTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ public void testMaxTotalConnectionsException() {
4242
AsyncHttpClient client = getAsyncHttpClient(new AsyncHttpClientConfig.Builder().setAllowPoolingConnection(true).setMaximumConnectionsTotal(1).build());
4343
try {
4444
String url = getTargetUrl();
45-
int i;
46-
Exception exception = null;
4745
ListenableFuture lockRequest = null;
4846
try {
4947
lockRequest = client.prepareGet(url).addHeader("LockThread", "true").execute();

0 commit comments

Comments
 (0)