Generated by
JDiff

Class org.infinispan.distexec.DefaultExecutorService

Changed Methods
NotifyingFuture<T> submit(Runnable, T) Change in return type from <any> to NotifyingFuture<T>.
 
NotifyingFuture<T> submit(Callable<T>) Change in return type from <any> to NotifyingFuture<T>.
 
 

Changed Fields
Marshaller marshaller Change in type from Marshaller to org.infinispan.commons.marshall.Marshaller.