Skip to content

Commit f926bc9

Browse files
committed
CommentHeader: finalize a private class
1 parent e57f39a commit f926bc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vorbis/src/main/java/de/jarnbjo/vorbis/CommentHeader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ public byte[] getAlbumArt() throws IOException {
321321
return data;
322322
}
323323

324-
private static class Base64 {
324+
final private static class Base64 {
325325
private final static char[] ALPHABET = ("ABCDEFGHIJKLMNOPQRSTUVWXYZ"
326326
+ "abcdefghijklmnopqrstuvwxyz0123456789+/").toCharArray();
327327
private static int[] toInt = new int[128];

0 commit comments

Comments
 (0)