mirror of
https://github.com/samsonjs/media.git
synced 2026-03-31 10:25:48 +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.
|
||||
*/
|
||||
public class Id3Util {
|
||||
public final class Id3Util {
|
||||
|
||||
private static final String[] STANDARD_GENRES = new String[] {
|
||||
// These are the official ID3v1 genres.
|
||||
|
|
|
|||
Loading…
Reference in a new issue