Updated dependencies.
This commit is contained in:
parent
bd47e55869
commit
8506460961
6 changed files with 11 additions and 14 deletions
|
@ -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());
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue