From: Roland Haeder Date: Tue, 29 Sep 2015 08:19:17 +0000 (+0200) Subject: added missing javadoc X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=af1e37cabe665b9c0eb90ef3ed4d08bc89f07730;p=jcore-logger-ejb.git added missing javadoc Signed-off-by:Roland Häder --- diff --git a/src/java/org/mxchange/jcoreeelogger/beans/local/logger/LoggerFactory.java b/src/java/org/mxchange/jcoreeelogger/beans/local/logger/LoggerFactory.java index e5dc993..8fb86d1 100644 --- a/src/java/org/mxchange/jcoreeelogger/beans/local/logger/LoggerFactory.java +++ b/src/java/org/mxchange/jcoreeelogger/beans/local/logger/LoggerFactory.java @@ -41,6 +41,12 @@ public class LoggerFactory { this.logger = LogManager.getLogger(this.getClass().getName()); } + /** + * Produces a logger instance + * + * @param caller Injection point + * @return Logger + */ @Produces @Log public Logger getLogger (final InjectionPoint caller) {