Skip to content

Commit 67cce0d

Browse files
committed
Make HttpTransactionContext#getAsyncHandler public
1 parent f720f33 commit 67cce0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/ning/http/client/providers/grizzly/HttpTransactionContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Connection getConnection() {
183183
return connection;
184184
}
185185

186-
AsyncHandler getAsyncHandler() {
186+
public AsyncHandler getAsyncHandler() {
187187
return future.getAsyncHandler();
188188
}
189189

0 commit comments

Comments
 (0)