Make Id3Util final

This commit is contained in:
Oliver Woodman 2016-10-17 22:47:03 +01:00
parent 4391014a7a
commit 66652f65bb

View file

@ -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.