|
Change Variable Type supplier : Supplier<Integer> to supplier : MemoizedSupplier<Integer> in method package getShouldBeIdempotent() : void in class org.apache.james.util.MemoizedSupplierTest |
From |
To |
|
Change Variable Type supplier : Supplier<Integer> to supplier : MemoizedSupplier<Integer> in method package underlyingSupplierShouldBeCalledOnlyOnce() : void in class org.apache.james.util.MemoizedSupplierTest |
From |
To |
|
Change Variable Type supplier : Supplier<Integer> to supplier : MemoizedSupplier<Integer> in method package nullValueShouldBeSupported() : void in class org.apache.james.util.MemoizedSupplierTest |
From |
To |
|
Change Variable Type supplier : Supplier<Integer> to supplier : MemoizedSupplier<Integer> in method package getShouldReturnSuppliedValue() : void in class org.apache.james.util.MemoizedSupplierTest |
From |
To |
|
Change Variable Type supplier : Supplier<Integer> to supplier : MemoizedSupplier<Integer> in method package underlyingSupplierShouldBeCalledOnlyOnceWhenReturningNullValue() : void in class org.apache.james.util.MemoizedSupplierTest |
From |
To |