Updated javadoc

This commit is contained in:
Geert Bevin 2023-01-01 10:30:39 -05:00
parent c98db644bd
commit c3fad893f1

View file

@ -264,6 +264,11 @@ public final class UrlEncoder {
}
}
/**
* Main method to encode/decode URLs on the command line
* @param arguments the command line arguments
* @since 1.1
*/
public static void main(String[] arguments) {
var result = processMain(arguments);
if (result.status == 0) {