Skip to content

Commit

Permalink
Issue #5095 XmlConfiguration locking Use pool instead of static share…
Browse files Browse the repository at this point in the history
…d instance

fixed javadoc
  • Loading branch information
gregw committed Aug 11, 2020
1 parent f1cf286 commit 0a69978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jetty-util/src/main/java/org/eclipse/jetty/util/Pool.java
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public final void setMaxUsageCount(int maxUsageCount)
* Create a new disabled slot into the pool.
* The returned entry must ultimately have the {@link Entry#enable(Object, boolean)}
* method called or be removed via {@link Pool.Entry#remove()} or
* {@link Pool#remove(Entry)}.
* {@link Pool#remove(Pool.Entry)}.
*
* @param maxReservations the max desired number of reserved entries,
* or a negative number to always trigger the reservation of a new entry.
Expand Down

0 comments on commit 0a69978

Please sign in to comment.