On 16 June 2012 22:35, Mark Thomas <ma...@apache.org> wrote:
> On 16/06/2012 22:33, sebb wrote:
>> On 16 June 2012 22:23, Gary Gregory <garydgreg...@gmail.com> wrote:
>>> Did you update the changes.xml? Did I miss that?
>>
>> No, I decided it was too trivial to warrant a mention.
>> But feel free to update changes.xml in both versions if you disagree.
>
> It probably needs to be fixed in the 1.5.x branch as well.

If you are referring to the code fix, that has been done - Phil
already spotted that oversight.

If you meant changes.xml, that's what I meant above by "... in both
versions ...".

> Mark
>
>>
>>> Gary
>>>
>>> On Jun 16, 2012, at 16:57, "s...@apache.org" <s...@apache.org> wrote:
>>>
>>>> Author: sebb
>>>> Date: Sat Jun 16 20:57:15 2012
>>>> New Revision: 1351002
>>>>
>>>> URL: http://svn.apache.org/viewvc?rev=1351002&view=rev
>>>> Log:
>>>> POOL-222 - bug in javadoc markup for GenericObjectPool#getLifo()
>>>>
>>>> Modified:
>>>>    
>>>> commons/proper/pool/branches/POOL_1_X/src/java/org/apache/commons/pool/impl/GenericObjectPool.java
>>>>
>>>> Modified: 
>>>> commons/proper/pool/branches/POOL_1_X/src/java/org/apache/commons/pool/impl/GenericObjectPool.java
>>>> URL: 
>>>> http://svn.apache.org/viewvc/commons/proper/pool/branches/POOL_1_X/src/java/org/apache/commons/pool/impl/GenericObjectPool.java?rev=1351002&r1=1351001&r2=1351002&view=diff
>>>> ==============================================================================
>>>> --- 
>>>> commons/proper/pool/branches/POOL_1_X/src/java/org/apache/commons/pool/impl/GenericObjectPool.java
>>>>  (original)
>>>> +++ 
>>>> commons/proper/pool/branches/POOL_1_X/src/java/org/apache/commons/pool/impl/GenericObjectPool.java
>>>>  Sat Jun 16 20:57:15 2012
>>>> @@ -991,7 +991,7 @@ public class GenericObjectPool<T> extend
>>>>      * the pool behaves as a FIFO queue - objects are taken from the idle 
>>>> object
>>>>      * pool in the order that they are returned to the pool.
>>>>      *
>>>> -     * @return <code>true</true> if the pool is configured to act as a 
>>>> LIFO queue
>>>> +     * @return <code>true</code> if the pool is configured to act as a 
>>>> LIFO queue
>>>>      * @since 1.4
>>>>      */
>>>>      public synchronized boolean getLifo() {
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>>> For additional commands, e-mail: dev-h...@commons.apache.org
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>> For additional commands, e-mail: dev-h...@commons.apache.org
>>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to