Add documentation for Commons Pool 2

Fixes gh-405
This commit is contained in:
Eddú Meléndez
2016-06-17 15:01:55 +10:00
committed by Rob Winch
parent 334b8ea56f
commit 0db2e2fb0a
2 changed files with 108 additions and 1 deletions

View File

@@ -309,7 +309,7 @@
<xs:annotation>
<xs:documentation>
Sets to wait until a new object is available. If max-wait is positive a NoSuchElementException
is thrown if no new object is available after the maxWait time expires..
is thrown if no new object is available after the maxWait time expires. Default is true.
</xs:documentation>
</xs:annotation>
</xs:attribute>