Sho SHIMIZU
Committed by Gerrit Code Review

Tighten visibility of method

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