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 10, 2020
1 parent d8b28e4 commit 2f32c2b
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 @@ -137,7 +137,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 Entry#remove()} or {@link #remove(Entry)}.
* method called or be removed via {@link Pool.Entry#remove()} or {@link #remove(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 2f32c2b

Please sign in to comment.