On 13/10/2011 13:10, Konstantin Kolinko wrote:
> 2011/10/13 Mark Thomas <ma...@apache.org>:
>>
>>> In one place Future<?> is used, while I think it could be Future<Void> like 
>>> in
>>> other places.
>>
>> That is the difference between a callable and runnable and I think it is
>> correct.  At least I see errors if I try using Future<Void> there.
> 
> Do you need Runnable in DeployDescriptor, DeployWar, DeployDirectory?
> That is new code and it is Callable<Void> in other places. It is a
> bikeshed question though.

It was more that I didn't need callable (no exceptions are expected). I
don't have a strong preference one way or the other.

Mark

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

Reply via email to