Skip to content

Commit

Permalink
Issue #6974 - improvements to ByteBufferPool implementations
Browse files Browse the repository at this point in the history
Latest review with @lachlan-roberts. Fixed typo.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
  • Loading branch information
sbordet committed Nov 12, 2021
1 parent d592c7a commit 5df6af9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ public void test() throws Exception
ContentResponse get = _httpClient.GET("http://localhost:8080/setCount?numThreads=" + numThreads);
assertThat(get.getStatus(), is(200));

> Callback.Completable completable = new Callback.Completable()
Callback.Completable completable = new Callback.Completable()
{
final AtomicInteger count = new AtomicInteger(numThreads);

Expand Down

0 comments on commit 5df6af9

Please sign in to comment.