Added Eric C. Thauvin as author

This commit is contained in:
Geert Bevin 2022-12-31 12:18:29 -05:00
parent 12d7fd7941
commit 34d109d778
2 changed files with 7 additions and 0 deletions

View file

@ -13,6 +13,7 @@ import java.util.BitSet;
* Rules determined by <a href="https://www.rfc-editor.org/rfc/rfc3986#page-13">RFC 3986</a>.
*
* @author Geert Bevin (gbevin[remove] at uwyn dot com)
* @author Erik C. Thauvin (erik@thauvin.net)
* @since 1.0
*/
public abstract class UrlEncoder {