Make text information frame values abstract
Make the values of TextInformationFrame an abstract list instead of an explicit ImmutableList.
This commit is contained in:
parent
0eb56f65b0
commit
6dd20ed13a
@ -37,7 +37,7 @@ public final class TextInformationFrame extends Id3Frame {
|
|||||||
public final String value;
|
public final String value;
|
||||||
|
|
||||||
@NonNull
|
@NonNull
|
||||||
public final ImmutableList<String> values;
|
public final List<String> values;
|
||||||
|
|
||||||
public TextInformationFrame(String id, @Nullable String description, @NonNull List<String> values) {
|
public TextInformationFrame(String id, @Nullable String description, @NonNull List<String> values) {
|
||||||
super(id);
|
super(id);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user