Skip to content

Commit

Permalink
Issue #6603 - HTTP/2 max local stream count exceeded
Browse files Browse the repository at this point in the history
Fixed javadocs.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
  • Loading branch information
sbordet committed Aug 27, 2021
1 parent 9caf6fa commit e27f192
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jetty-util/src/main/java/org/eclipse/jetty/util/Pool.java
Expand Up @@ -627,7 +627,7 @@ public T getPooled()

/**
* <p>Releases this Entry.</p>
* <p>This is equivalent to calling {@link Pool#release(Entry)} passing this entry.</p>
* <p>This is equivalent to calling {@link Pool#release(Pool.Entry)} passing this entry.</p>
*
* @return whether the entry was released
*/
Expand All @@ -638,7 +638,7 @@ public boolean release()

/**
* <p>Removes the entry.</p>
* <p>This is equivalent to calling {@link Pool#remove(Entry)} passing this entry.</p>
* <p>This is equivalent to calling {@link Pool#remove(Pool.Entry)} passing this entry.</p>
*
* @return whether the entry was removed
*/
Expand Down

0 comments on commit e27f192

Please sign in to comment.