Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit d8840587 authored by Chalard Jean's avatar Chalard Jean
Browse files

Fix an issue in TrackRecord.

TrackRecord<T> implements List<T> but also has an add(T)
method which conflicts with List<T>#add as it has a different
return type. As nobody is using the return value of this now,
use the signature of List<T>#add to remove the problem.

Bug: 153613718
Test: NetworkStackTests FrameworksNetTests
Change-Id: Ie9eb4d7158e9583d4052e86f87062e3032b023e3
parent 1162d1cd
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment