Commit 66652f65 by Oliver Woodman

Make Id3Util final

parent 4391014a
...@@ -18,7 +18,7 @@ package com.google.android.exoplayer2.metadata.id3; ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment