Merge pull request #3193 from bjorncs/low-resource-monitor
Change access of LowResourceCheck to public
This commit is contained in:
commit
2497cf6feb
|
@ -442,7 +442,7 @@ public class LowResourceMonitor extends ContainerLifeCycle
|
|||
{
|
||||
}
|
||||
|
||||
interface LowResourceCheck
|
||||
public interface LowResourceCheck
|
||||
{
|
||||
boolean isLowOnResources();
|
||||
|
||||
|
|
Loading…
Reference in New Issue