[GitHub] commons-collections pull request #19: COLLECTIONS-575: Add synchronized queu...

2017-07-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-collections/pull/19 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] commons-collections pull request #19: COLLECTIONS-575: Add synchronized queu...

2017-07-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-collections/pull/19 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] commons-collections pull request #19: COLLECTIONS-575: Add synchronized queu...

2016-10-28 Thread Xaerxess
GitHub user Xaerxess opened a pull request: https://github.com/apache/commons-collections/pull/19 COLLECTIONS-575: Add synchronized queue wrapper Added `QueueUtils#synchronizedQueue(Queue)` wrapper and `SynchronizedQueue` with tests. Please check if I used proper conventions as