Skip to content

Commit

Permalink
Minor formatting fix
Browse files Browse the repository at this point in the history
Signed-off-by: James R. Perkins <jperkins@redhat.com>
  • Loading branch information
jamezp committed May 6, 2024
1 parent c9d6e05 commit baf4b12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/jboss/logging/Logger.java
Original file line number Diff line number Diff line change
Expand Up @@ -2548,6 +2548,7 @@ public static <T> T getMessageLogger(final Lookup lookup, final Class<T> type, f
public static <T> T getMessageLogger(Class<T> type, String category) {
return getMessageLogger(type, category, LoggingLocale.getLocale());
}

/**
* Get a typed logger which implements the given interface. The given locale will be used for the new logger.
*
Expand Down

0 comments on commit baf4b12

Please sign in to comment.