Sho SHIMIZU
Committed by Gerrit Code Review

Tighten visibility of method

Change-Id: Ic82518a6733c6a67030a013b7193a56178061d07
......@@ -414,7 +414,7 @@ public class ObjectiveTracker implements ObjectiveTrackerService {
}
}
protected void doIntentUpdate() {
private void doIntentUpdate() {
updateScheduled.set(false);
if (intentService == null) {
log.warn("Intent service is not bound yet");
......