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:
Stephen Colebourne 2005-05-19 22:15:44 +00:00
parent 61173f58aa
commit 45f7b88bc6
1 changed files with 1 additions and 0 deletions

View File

@ -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>