|
Change Parameter Type executorFactory : ThreadPoolExecutorFactory to executorFactory : ThreadPoolExecutorFactory<ExecutorService> in method public LazyInitializingExecutorService(executorFactory ThreadPoolExecutorFactory<ExecutorService>, threadFactory ThreadFactory) in class org.infinispan.executors.LazyInitializingExecutorService |
From |
To |
|
Change Parameter Type executorFactory : ThreadPoolExecutorFactory to executorFactory : ThreadPoolExecutorFactory<ExecutorService> in method public LazyInitializingBlockingTaskAwareExecutorService(executorFactory ThreadPoolExecutorFactory<ExecutorService>, threadFactory ThreadFactory, timeService TimeService) in class org.infinispan.executors.LazyInitializingBlockingTaskAwareExecutorService |
From |
To |
|
Change Parameter Type executorFactory : ThreadPoolExecutorFactory to executorFactory : ThreadPoolExecutorFactory<ScheduledExecutorService> in method public LazyInitializingScheduledExecutorService(executorFactory ThreadPoolExecutorFactory<ScheduledExecutorService>, threadFactory ThreadFactory) in class org.infinispan.executors.LazyInitializingScheduledExecutorService |
From |
To |