Improved javadoc for main().

This commit is contained in:
Erik C. Thauvin 2019-05-06 22:46:32 -07:00
parent cb581bf0d9
commit 56878419bd

View file

@ -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") @SuppressWarnings("PMD.SystemPrintln")
@SuppressFBWarnings("MUI_CONTAINSKEY_BEFORE_GET") @SuppressFBWarnings("MUI_CONTAINSKEY_BEFORE_GET")