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.

Best regards,
Konstantin Kolinko

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

Reply via email to