mirror of
https://github.com/gbevin/urlencoder.git
synced 2025-04-25 23:37:12 -07:00
Updated readme
This commit is contained in:
parent
361d41b82f
commit
12d7fd7941
1 changed files with 0 additions and 1 deletions
|
@ -76,7 +76,6 @@ public abstract class UrlEncoder {
|
||||||
// of the encoding format %xx, is the maximum number of
|
// of the encoding format %xx, is the maximum number of
|
||||||
// bytes that can be extracted
|
// bytes that can be extracted
|
||||||
bytes_buffer = new byte[(length - i) / 3];
|
bytes_buffer = new byte[(length - i) / 3];
|
||||||
bytes_pos = 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
i += 1;
|
i += 1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue