remove unused method

This commit is contained in:
xvrl 2012-12-06 15:57:37 -08:00
parent 503b919461
commit 9ef46f5e65
1 changed files with 0 additions and 5 deletions

View File

@ -142,9 +142,4 @@ public class MemcachedCacheBroker implements CacheBroker
private String computeKey(String identifier, byte[] key) {
return identifier + Base64.encodeBytes(key, Base64.DONT_BREAK_LINES);
}
protected MemcachedClientIF getClient()
{
return client;
}
}