Updated dependencies.

This commit is contained in:
Erik C. Thauvin 2021-05-01 23:17:48 -07:00
parent bd47e55869
commit 8506460961
6 changed files with 11 additions and 14 deletions

View file

@ -87,7 +87,6 @@ public final class Reasons {
* @param statusCode The status code.
* @return The reason phrase, or <code>null</code>.
*/
@SuppressWarnings({"WeakerAccess"})
public static String getReasonPhrase(final String statusCode) {
return REASON_PHRASES.get(statusCode);
}
@ -118,4 +117,4 @@ public final class Reasons {
System.out.println("Total: " + REASON_PHRASES.size());
}
}
}
}