Change access of LowResourceCheck to public
This interface is currently package-private while it's in the signature of several public methods (e.g. addLowResourceCheck, getLowResourceChecks) Signed-off-by: Bjørn Christian Seime <bjorncs@yahoo-inc.com>
This commit is contained in:
parent
e7be376882
commit
71c0e47446
|
@ -442,7 +442,7 @@ public class LowResourceMonitor extends ContainerLifeCycle
|
|||
{
|
||||
}
|
||||
|
||||
interface LowResourceCheck
|
||||
public interface LowResourceCheck
|
||||
{
|
||||
boolean isLowOnResources();
|
||||
|
||||
|
|
Loading…
Reference in New Issue