From: Roland Häder Date: Wed, 19 Apr 2017 22:14:17 +0000 (+0200) Subject: empty line/s added X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5889d9cd56397ab8c7d06918b711fc2a1b7cde51;p=jcore-logger-lib.git empty line/s added Signed-off-by: Roland Häder --- diff --git a/src/org/mxchange/jcoreeelogger/beans/local/logger/Log.java b/src/org/mxchange/jcoreeelogger/beans/local/logger/Log.java index dfab9f5..080839a 100644 --- a/src/org/mxchange/jcoreeelogger/beans/local/logger/Log.java +++ b/src/org/mxchange/jcoreeelogger/beans/local/logger/Log.java @@ -33,4 +33,5 @@ import javax.inject.Qualifier; @Retention (RetentionPolicy.RUNTIME) @Target ({ElementType.METHOD, ElementType.FIELD, ElementType.PARAMETER, ElementType.TYPE}) public @interface Log { + } diff --git a/src/org/mxchange/jcoreeelogger/beans/local/logger/LoggerBeanLocal.java b/src/org/mxchange/jcoreeelogger/beans/local/logger/LoggerBeanLocal.java index 91dae70..94533cd 100644 --- a/src/org/mxchange/jcoreeelogger/beans/local/logger/LoggerBeanLocal.java +++ b/src/org/mxchange/jcoreeelogger/beans/local/logger/LoggerBeanLocal.java @@ -123,4 +123,5 @@ public interface LoggerBeanLocal extends Serializable { * @param cause Causing exception */ void logWarning (final String message, final Throwable cause); + }