Skip to content

Commit

Permalink
Faces 5.0.26 release
Browse files Browse the repository at this point in the history
Signed-off-by: pizzi80 <[email protected]>
  • Loading branch information
pizzi80 committed Dec 9, 2024
1 parent 0f2ed90 commit da16533
Showing 1 changed file with 2 additions and 2 deletions.
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.25_pizzi" , servletContext.getContextPath()) );
LOGGER.log(INFO, MessageFormat.format("Initializing Mojarra {0} for context {1}", "5.0.26_pizzi" , servletContext.getContextPath()) );
}

if (webConfig.isOptionEnabled(VerifyFacesConfigObjects)) {
Expand Down Expand Up @@ -753,7 +753,7 @@ public void run() {

// ------------------------------------------------------- Inner Classes

private class Monitor {
private static class Monitor {

private final URI uri;
private long timestamp = -1;
Expand Down

0 comments on commit da16533

Please sign in to comment.