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

2018-01-03 Thread Xaerxess
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] commons-collections pull request #25: COLLECTIONS-575: Add synchronized queu...

2018-01-03 Thread Xaerxess
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] commons-collections issue #25: COLLECTIONS-575: Add synchronized queue wrapp...

2018-01-03 Thread Xaerxess
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] commons-collections pull request #25: COLLECTIONS-575: Add synchronized queu...

2017-07-18 Thread Xaerxess
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] 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