--- /Base64.java	2023-07-05 03:11:52.578028033 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/binary/Base64.java	2023-07-05 03:11:52.578028033 +0200
@@ -71,7 +71,7 @@
     /**
      * Used to calculate the number of bits in a byte.
      */
-    private static final int EIGHTBIT = 8;
+private static final  short  EIGHTBIT = 8;
 
     /**
      * Used when encoding something which has fewer than 24 bits.
