Skip to content

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jun 3, 2024
1 parent 5e26534 commit fe824e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ private StandardEncodingTranslator() {
* @return the Java encoding name for the specified HTTP encoding name, or {@code null} if the name
* is unknown. The returned encoding name may or may not be supported by the running JVM. Use
* {@link Charset#isSupported(String)} to check availability. Moreover, either of the special definitions
* {@link #REPLACEMENT} or {@link #USER_DEFINED} may be returned depending on input.
* {@link #REPLACEMENT} or "x-user-defined" may be returned depending on input.
*/
@Override
public String encodingNameFromLabel(final String charsetLabel) {
Expand Down

0 comments on commit fe824e4

Please sign in to comment.