Skip to content

Commit

Permalink
Add final to boolean used within Runnable.
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=176997767
  • Loading branch information
tonihei authored and ojw28 committed Dec 12, 2017
1 parent 86d91a5 commit ce557b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ private void releaseMedia() {
}
}

private void stop(boolean quitPlaybackThread) {
private void stop(final boolean quitPlaybackThread) {
playbackHandler.post(new Runnable() {
@Override
public void run () {
Expand Down

0 comments on commit ce557b1

Please sign in to comment.