Fix compiler warning

This commit is contained in:
Stephane Nicoll 2014-07-23 19:24:52 +02:00
parent e849bc3e90
commit 8d8d47fb4e
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ public class TestableCacheKeyGenerator implements CacheKeyGenerator {
}
@SuppressWarnings("serial")
private static class SimpleGeneratedCacheKey extends SimpleKey implements GeneratedCacheKey {
public SimpleGeneratedCacheKey(Object... elements) {