Commit 0139f3f2 by eguven Committed by Oliver Woodman

Remove unnecessary cloning.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=125454697
parent 6376f3a8
......@@ -57,7 +57,7 @@ public final class TrackSelection {
* @return The index of the selected track.
*/
public int getTrack(int index) {
return getTracks()[index];
return tracks[index];
}
/**
......
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