--- /Base64.java	2023-07-05 03:12:36.150026789 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/binary/Base64.java	2023-07-05 03:12:36.154026789 +0200
@@ -372,10 +372,11 @@
         }
 
         if (isChunked) {
-            // we also add a separator to the end of the final chunk.
-            if (chunksSoFar < chunckCount) {
-                System.arraycopy(CHUNK_SEPARATOR, 0, encodedData, encodedDataLength - CHUNK_SEPARATOR.length,
-                        CHUNK_SEPARATOR.length);
+ 
+if (chunksSoFar < chunckCount) {    java.lang.System.arraycopy(org.apache.commons.codec.binary.Base64.CHUNK_SEPARATOR, 0, encodedData, (encodedDataLength - (org.apache.commons.codec.binary.Base64.CHUNK_SEPARATOR.length)), org.apache.commons.codec.binary.Base64.CHUNK_SEPARATOR.length);}; 
+ 
+ 
+ 
             }
         }
 
