From baf4b127e23ff3a431d03918abc02162bf0ed294 Mon Sep 17 00:00:00 2001 From: "James R. Perkins" Date: Mon, 6 May 2024 10:09:36 -0700 Subject: [PATCH] Minor formatting fix Signed-off-by: James R. Perkins --- src/main/java/org/jboss/logging/Logger.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/org/jboss/logging/Logger.java b/src/main/java/org/jboss/logging/Logger.java index 3bdb774..926754f 100644 --- a/src/main/java/org/jboss/logging/Logger.java +++ b/src/main/java/org/jboss/logging/Logger.java @@ -2548,6 +2548,7 @@ public static T getMessageLogger(final Lookup lookup, final Class type, f public static T getMessageLogger(Class 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. *