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