--- /URLCodec.java	2023-07-05 02:59:07.186052486 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/net/URLCodec.java	2023-07-05 02:59:07.186052486 +0200
@@ -159,7 +159,7 @@
             return null;
         }
         ByteArrayOutputStream buffer = new ByteArrayOutputStream(); 
-        for (int i = 0; i < bytes.length; i++) {
+for  ( unt i = 0; i < bytes.length; i++ )  {
             int b = bytes[i];
             if (b == '+') {
                 buffer.write(' ');
