Skip to content

Commit

Permalink
Cleanup externalizer implementations.
Browse files Browse the repository at this point in the history
  • Loading branch information
pferraro committed Mar 13, 2017
1 parent 692b258 commit 76c5e20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -48,7 +48,7 @@ public LocalNode readObject(ObjectInput input) throws IOException {
} }


@Override @Override
public Class<? extends LocalNode> getTargetClass() { public Class<LocalNode> getTargetClass() {
return LocalNode.class; return LocalNode.class;
} }
} }
Expand Up @@ -45,7 +45,7 @@ public CacheRegistryFilter readObject(ObjectInput input) throws IOException, Cla
} }


@Override @Override
public Class<? extends CacheRegistryFilter> getTargetClass() { public Class<CacheRegistryFilter> getTargetClass() {
return CacheRegistryFilter.class; return CacheRegistryFilter.class;
} }
} }

0 comments on commit 76c5e20

Please sign in to comment.