2011/10/13 Mark Thomas <[email protected]>:
>
>> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to