Fix compiler warning
This commit is contained in:
@@ -23,6 +23,7 @@ public class TestableCacheKeyGenerator implements CacheKeyGenerator {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@SuppressWarnings("serial")
|
||||||
private static class SimpleGeneratedCacheKey extends SimpleKey implements GeneratedCacheKey {
|
private static class SimpleGeneratedCacheKey extends SimpleKey implements GeneratedCacheKey {
|
||||||
|
|
||||||
public SimpleGeneratedCacheKey(Object... elements) {
|
public SimpleGeneratedCacheKey(Object... elements) {
|
||||||
|
|||||||
Reference in New Issue
Block a user