Cleaning up serialVersionUIDs

Change-Id: If7b8ed2d5f880734257230b8cbf4a9c7ebce9a96
This commit is contained in:
Chad Horohoe
2012-08-16 13:22:37 -04:00
parent 848fbb38cd
commit 6d982fc28f
15 changed files with 2 additions and 24 deletions

View File

@@ -270,6 +270,8 @@ public class H2CacheImpl<K, V> extends AbstractLoadingCache<K, V> {
Funnel<K> funnel() {
return new Funnel<K>() {
private static final long serialVersionUID = 1L;
@Override
public void funnel(K from, PrimitiveSink into) {
try {