mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Make Id3Util final
This commit is contained in:
parent
4391014a7a
commit
66652f65bb
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ package com.google.android.exoplayer2.metadata.id3;
|
||||||
/**
|
/**
|
||||||
* ID3 utility methods.
|
* ID3 utility methods.
|
||||||
*/
|
*/
|
||||||
public class Id3Util {
|
public final class Id3Util {
|
||||||
|
|
||||||
private static final String[] STANDARD_GENRES = new String[] {
|
private static final String[] STANDARD_GENRES = new String[] {
|
||||||
// These are the official ID3v1 genres.
|
// These are the official ID3v1 genres.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue