mirror of
https://github.com/gbevin/urlencoder.git
synced 2025-04-24 23:07:12 -07:00
Updated javadoc
This commit is contained in:
parent
c98db644bd
commit
c3fad893f1
1 changed files with 5 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue