Github user Xaerxess closed the pull request at:
https://github.com/apache/commons-collections/pull/25
---
-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h
Github user Xaerxess closed the pull request at:
https://github.com/apache/commons-collections/pull/25
---
-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h
Github user Xaerxess commented on the issue:
https://github.com/apache/commons-collections/pull/25
As per comment in
[COLLECTIONS-575](https://issues.apache.org/jira/browse/COLLECTIONS-575?focusedCommentId=16309068&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabp
GitHub user Xaerxess opened a pull request:
https://github.com/apache/commons-collections/pull/25
COLLECTIONS-575: Add synchronized queue wrapper
Added QueueUtils#synchronizedQueue(Queue) wrapper and SynchronizedQueue
with tests. Please check if I used proper conventions as it'
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