We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e57f39a commit f926bc9Copy full SHA for f926bc9
1 file changed
vorbis/src/main/java/de/jarnbjo/vorbis/CommentHeader.java
@@ -321,7 +321,7 @@ public byte[] getAlbumArt() throws IOException {
321
return data;
322
}
323
324
- private static class Base64 {
+ final private static class Base64 {
325
private final static char[] ALPHABET = ("ABCDEFGHIJKLMNOPQRSTUVWXYZ"
326
+ "abcdefghijklmnopqrstuvwxyz0123456789+/").toCharArray();
327
private static int[] toInt = new int[128];
0 commit comments