Skip to content
Commit 8f305f5f authored by Romain Vimont's avatar Romain Vimont Committed by Geoffrey Métais
Browse files

Use interfaces as apparent type



Some specific implementations (like ArrayList and HashMap) were used
were the corresponding interfaces (List and Map) could fit.

As a consequence, it was not possible to use other implementations,
like that of Collections.EMPTY_LIST or Arrays.asList(…).

Therefore, use List or Map as apparent type where appropriate.

These changes only target the VLC app, not LibVLC.

Signed-off-by: default avatarGeoffrey Métais <geoffrey.metais@gmail.com>
parent 02cc51d7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment