Commit e74b7299 by Sungmin Kim

fixed a typing error

parent 65d4b1cf
...@@ -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