|
Change Variable Type that : OldCacheKeyImplementation to that : CacheKeyImplementation in method public equals(other Object) : boolean in class org.hibernate.cache.internal.CacheKeyImplementation |
From |
To |
|
Change Variable Type key : OldNaturalIdCacheKey to key : NaturalIdCacheKey in method public testSerializationRoundTrip() : void in class org.hibernate.cache.spi.NaturalIdCacheKeyTest |
From |
To |
|
Change Variable Type other : OldNaturalIdCacheKey to other : NaturalIdCacheKey in method public equals(o Object) : boolean in class org.hibernate.cache.internal.NaturalIdCacheKey |
From |
To |
|
Change Variable Type keyClone : OldNaturalIdCacheKey to keyClone : NaturalIdCacheKey in method public testSerializationRoundTrip() : void in class org.hibernate.cache.spi.NaturalIdCacheKeyTest |
From |
To |