leave setExpire as a deprecated stub for back-compat
This commit is contained in:
parent
d78cb4a0c3
commit
f9f8509fc1
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue