Committed by
Gerrit Code Review
Tighten visibility of method
Change-Id: Ic82518a6733c6a67030a013b7193a56178061d07
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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"); | ... | ... |
-
Please register or login to post a comment