Skip to content

Commit d616c08

Browse files
committed
fix compile break
1 parent 4cd7cca commit d616c08

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

providers/channelmgr/src/main/java/com/ning/http/pool/FakeConnectionPool.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,9 @@ public void connectionClosed(Connection<TCPChannel> conn) {
2323
//no-op since connection is used only once anyways
2424
}
2525

26+
@Override
27+
public void clear() {
28+
//do nothing
29+
}
30+
2631
}

0 commit comments

Comments
 (0)