Skip to content

Commit

Permalink
ConfigureListener: version 5.0.22
Browse files Browse the repository at this point in the history
Signed-off-by: pizzi80 <[email protected]>
  • Loading branch information
pizzi80 committed Oct 18, 2024
1 parent 0c5a4f6 commit f64b54b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public void contextInitialized(ServletContextEvent servletContextEvent) {

try {
if (LOGGER.isLoggable(INFO)) {
LOGGER.log(INFO, MessageFormat.format("Initializing Mojarra {0} for context {1}", "5.0.20_pizzi" , servletContext.getContextPath()) );
LOGGER.log(INFO, MessageFormat.format("Initializing Mojarra {0} for context {1}", "5.0.22_pizzi" , servletContext.getContextPath()) );
}

if (webConfig.isOptionEnabled(VerifyFacesConfigObjects)) {
Expand Down

0 comments on commit f64b54b

Please sign in to comment.