pom, ut method names
This commit is contained in:
@@ -5,6 +5,6 @@ import com.codahale.metrics.health.HealthCheck;
|
||||
public class DatabaseHealthCheck extends HealthCheck {
|
||||
@Override
|
||||
protected Result check() throws Exception {
|
||||
return HealthCheck.Result.healthy();
|
||||
return Result.healthy();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user