Merge pull request #2463 from purpleblues/dev-v2

Fixed a typing error
This commit is contained in:
ojw28 2017-02-16 17:22:25 +00:00 committed by GitHub
commit fccaa07be3

View File

@ -148,7 +148,7 @@ public abstract class BaseTrackSelection implements TrackSelection {
} }
/** /**
* Returns whether the track at the specified index in the selection is blaclisted. * Returns whether the track at the specified index in the selection is blacklisted.
* *
* @param index The index of the track in the selection. * @param index The index of the track in the selection.
* @param nowMs The current time in the timebase of {@link SystemClock#elapsedRealtime()}. * @param nowMs The current time in the timebase of {@link SystemClock#elapsedRealtime()}.