diff --git a/src/main/java/elf4j/engine/NativeLogger.java b/src/main/java/elf4j/engine/NativeLogger.java index 1a871c2..0306333 100644 --- a/src/main/java/elf4j/engine/NativeLogger.java +++ b/src/main/java/elf4j/engine/NativeLogger.java @@ -61,9 +61,9 @@ public class NativeLogger implements Logger { /** * Constructor only meant to be used by {@link NativeLoggerFactory} and this class itself * - * @param declaringClassName name of the declaring class that requested this instance via the - * {@link Logger#instance()} method - * @param level severity level of this logger instance + * @param declaringClassName name of the declaring class that requested this instance via the + * {@link Logger#instance()} method + * @param level severity level of this logger instance * @param nativeLoggerFactory log service access point from this instance, not reloadable */ public NativeLogger( diff --git a/src/main/java/elf4j/engine/service/pattern/ClassElement.java b/src/main/java/elf4j/engine/service/pattern/ClassElement.java index 71edf80..08e515f 100644 --- a/src/main/java/elf4j/engine/service/pattern/ClassElement.java +++ b/src/main/java/elf4j/engine/service/pattern/ClassElement.java @@ -52,9 +52,9 @@ public static ClassElement from(@NonNull String patternSegment) { } /** - * @return false assuming the logger's declaring class is the same as the caller class. Therefore, unlike - * the {@link MethodElement}, it does not take a stack trace walk to locate the caller class - the declaring class is - * taken instead. + * @return false assuming the logger's declaring class is the same as the caller class. Therefore, + * unlike the {@link MethodElement}, it does not take a stack trace walk to locate the caller class - the declaring + * class is taken instead. */ @Override public boolean includeCallerDetail() {