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:
Bjørn Christian Seime 2018-12-10 13:23:15 +01:00
parent e7be376882
commit 71c0e47446
1 changed files with 1 additions and 1 deletions

View File

@ -442,7 +442,7 @@ public class LowResourceMonitor extends ContainerLifeCycle
{
}
interface LowResourceCheck
public interface LowResourceCheck
{
boolean isLowOnResources();