Skip to content

Commit 9b94add

Browse files
author
Stephane Landelle
committed
Why package private?
1 parent cf6e8b8 commit 9b94add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/ning/http/client/providers/netty/NettyResponseFuture.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ public V get(long l, TimeUnit tu) throws InterruptedException, TimeoutException,
260260
return getContent();
261261
}
262262

263-
V getContent() throws ExecutionException {
263+
private V getContent() throws ExecutionException {
264264
ExecutionException e = exEx.getAndSet(null);
265265
if (e != null) {
266266
throw e;

0 commit comments

Comments
 (0)