Add new methods to BlockingBuffer
bug 27691 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@171004 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
61173f58aa
commit
45f7b88bc6
|
@ -54,6 +54,7 @@ If this causes major headaches to anyone please contact commons-dev at jakarta.a
|
|||
<li>ExtendedProperties - No longer uses an exception in normal processing [30497]</li>
|
||||
<li>CollectionUtils/ListUtils - retainAll/removeAll that don't change original colllection</li>
|
||||
<li>BlockingBuffer - now includes stack trace if InterupttedException occurs [33700]</li>
|
||||
<li>BlockingBuffer - new methods that allow get and remove with a timeout [27691]</li>
|
||||
</ul>
|
||||
|
||||
<center><h3>BUG FIXES</h3></center>
|
||||
|
|
Loading…
Reference in New Issue