Updated readme

This commit is contained in:
Geert Bevin 2022-12-31 09:06:58 -05:00
parent 361d41b82f
commit 12d7fd7941

View file

@ -76,7 +76,6 @@ public abstract class UrlEncoder {
// of the encoding format %xx, is the maximum number of
// bytes that can be extracted
bytes_buffer = new byte[(length - i) / 3];
bytes_pos = 0;
}
i += 1;