You're right, thanks.

Benoit.


2012/3/2 Simone Tripodi <[email protected]>:
> Salut!
>
>> +    protected Logger getLogger()
>> +    {
>> +        return logger;
>> +    }
>> +
>> +    protected boolean isClosed()
>> +    {
>> +        return closed.get();
>> +    }
>> +
>> +    protected void setClosed( final boolean closed )
>> +    {
>> +        this.closed.set( closed );
>> +    }
>
> these methods can be final as well.
> best,
> -Simo
>
> http://people.apache.org/~simonetripodi/
> http://simonetripodi.livejournal.com/
> http://twitter.com/simonetripodi
> http://www.99soft.org/

Reply via email to