Fix visibility on MetricsReporter#startMetricExporter()

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=130576851
This commit is contained in:
shikhman 2016-08-17 16:21:50 -07:00 committed by Ben McIlwain
parent 7a041d066f
commit 01e38790fd

View file

@ -161,8 +161,7 @@ public class MetricReporter extends AbstractScheduledService {
return executor; return executor;
} }
@VisibleForTesting private void startMetricExporter() {
void startMetricExporter() {
// Services in the FAILED state must be reconstructed, they can't be started // Services in the FAILED state must be reconstructed, they can't be started
if (metricExporter.state() == State.FAILED) { if (metricExporter.state() == State.FAILED) {
logger.log( logger.log(