leave setExpire as a deprecated stub for back-compat

This commit is contained in:
Doug MacEachern 2006-03-02 01:45:51 +00:00
parent d78cb4a0c3
commit f9f8509fc1
1 changed files with 9 additions and 0 deletions

View File

@ -55,6 +55,15 @@ public class SigarProxyCache
SigarLog.getLogger("SigarProxyCache").debug(msg);
}
/**
* @deprecated
*/
public static void setExpire(SigarProxy proxy,
String type,
int expire)
throws SigarException {
}
public static void clear(Object proxy) {
SigarProxyCache handler =
(SigarProxyCache)Proxy.getInvocationHandler(proxy);