Skip to content

Commit

Permalink
checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
tandraschko committed Dec 19, 2024
1 parent 853f202 commit 5ebb131
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -786,8 +786,7 @@ public class MyfacesConfig
public static final String EL_RESOLVER_TRACING = "org.apache.myfaces.EL_RESOLVER_TRACING";
public static final boolean EL_RESOLVER_TRACING_DEFAULT = false;

@JSFWebConfigParam(name="org.apache.myfaces.EXCEPTION_TYPES_TO_IGNORE_IN_LOGGING", since="4.0.3, 4.1.1, 5.0",
defaultValue = "")
@JSFWebConfigParam(name="org.apache.myfaces.EXCEPTION_TYPES_TO_IGNORE_IN_LOGGING", since="4.0.3, 4.1.1, 5.0")
public static final String EXCEPTION_TYPES_TO_IGNORE_IN_LOGGING =
"org.apache.myfaces.EXCEPTION_TYPES_TO_IGNORE_IN_LOGGING";

Expand Down

0 comments on commit 5ebb131

Please sign in to comment.