Commit fccaa07b by ojw28 Committed by GitHub

Merge pull request #2463 from purpleblues/dev-v2

Fixed a typing error
parents 26f4e528 e74b7299
...@@ -148,7 +148,7 @@ public abstract class BaseTrackSelection implements TrackSelection { ...@@ -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()}.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment