pom, ut method names

This commit is contained in:
Diane Duan
2017-01-17 09:56:45 +08:00
parent ccd3e5b728
commit 63d20dc1b1
6 changed files with 16 additions and 13 deletions
@@ -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();
}
}