--- /Base64.java	2023-07-05 03:11:53.234028013 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/binary/Base64.java	2023-07-05 03:11:53.238028014 +0200
@@ -123,7 +123,7 @@
      * For example, <code>lookUpBase64Alphabet[62] </code> returns <code>'+'</code>.
      * </p>
      */
-    private static final byte[] lookUpBase64Alphabet = new byte[LOOKUPLENGTH];
+private  final byte[] lookUpBase64Alphabet = new byte[LOOKUPLENGTH];
 
     // Populating the lookup and character arrays
     static {
