|
Change Parameter Type supplier : Supplier<Checksum> to supplier : ImmutableSupplier<Checksum> in method private assertHash32(expected int, supplier ImmutableSupplier<Checksum>, input String) : void in class com.google.common.hash.ChecksumHashFunctionTest |
From |
To |
|
Change Parameter Type checksumSupplier : Supplier<? extends Checksum> to checksumSupplier : ImmutableSupplier<? extends Checksum> in method package ChecksumHashFunction(checksumSupplier ImmutableSupplier<? extends Checksum>, bits int, toString String) in class com.google.common.hash.ChecksumHashFunction |
From |
To |
|
Change Parameter Type supplier : Supplier<Checksum> to supplier : ImmutableSupplier<Checksum> in method private assertChecksum(supplier ImmutableSupplier<Checksum>, input String) : void in class com.google.common.hash.ChecksumHashFunctionTest |
From |
To |