Merge pull request #3193 from bjorncs/low-resource-monitor

Change access of LowResourceCheck to public
This commit is contained in:
Simone Bordet 2018-12-10 14:17:21 +01:00 committed by GitHub
commit 2497cf6feb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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();