Skip to content

Commit

Permalink
Update core/src/main/java/org/apache/struts2/url/StrutsUrlDecoder.java
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Peters <[email protected]>
  • Loading branch information
mygreen and sepe81 authored Oct 24, 2023
1 parent 5bcf9e7 commit afe31cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class StrutsUrlDecoder implements UrlDecoder {

private static final Logger LOG = LogManager.getLogger(StrutsUrlDecoder.class);

private static final Collection<Charset> AVAILAVLE_CHARSETS = Charset.availableCharsets().values();
private static final Collection<Charset> AVAILABLE_CHARSETS = Charset.availableCharsets().values();

private String encoding = "UTF-8";

Expand Down

0 comments on commit afe31cc

Please sign in to comment.