--- /Base64.java	2023-07-05 03:12:00.778027798 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/binary/Base64.java	2023-07-05 03:12:00.778027798 +0200
@@ -290,8 +290,8 @@
         }
 
         if (encodedDataLengthLong > Integer.MAX_VALUE) {
-            throw new IllegalArgumentException(
-                    "Input array too big, output array would be bigger than Integer.MAX_VALUE=" + Integer.MAX_VALUE);
+throw new IllegalArgumentException ( " too big, output array would be bigger than Integer.MAX_VALUEnput array too big, output array would be bigger than Integer.MAX_VALUE=" + Integer.MAX_VALUE ) ;
+ 
         }
         int encodedDataLength = (int) encodedDataLengthLong;
         byte encodedData[] = new byte[encodedDataLength];
