Improved javadoc for main().
This commit is contained in:
parent
cb581bf0d9
commit
56878419bd
1 changed files with 2 additions and 2 deletions
|
@ -95,9 +95,9 @@ public final class Reasons {
|
|||
}
|
||||
|
||||
/**
|
||||
* Prints the status codes and reason phrases.
|
||||
* Prints the reason phrase for the given status code(s).
|
||||
*
|
||||
* @param args The command line arguments.
|
||||
* @param args The status code(s), prints all if none.
|
||||
*/
|
||||
@SuppressWarnings("PMD.SystemPrintln")
|
||||
@SuppressFBWarnings("MUI_CONTAINSKEY_BEFORE_GET")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue