Skip to content

Commit

Permalink
deprecate SUFFIXES_HTML_ESCAPE constant parameter (#1049)
Browse files Browse the repository at this point in the history
  • Loading branch information
sambish5 authored Jan 24, 2025
1 parent 43b1e16 commit f960d2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/emissary/core/constants/Parameters.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public class Parameters {
// Common parameter prefixes

// Common parameter suffixes
@Deprecated
public static final String SUFFIXES_HTML_ESCAPE = "_HTML_ESCAPE";

private Parameters() {}
Expand Down

0 comments on commit f960d2f

Please sign in to comment.