Skip to content

Commit

Permalink
fix javadoc error
Browse files Browse the repository at this point in the history
  • Loading branch information
y2k2mt committed Dec 16, 2023
1 parent f9faad1 commit 63f0e4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/analogweb/util/logging/LogImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import org.slf4j.MarkerFactory;

/**
* {@link AbstractLog} implementation for <a href="http://www.slf4j.org/">SLF4j</a><br/>
* {@link AbstractLog} implementation for <a href="http://www.slf4j.org/">SLF4j</a>
* Outputs the log via slf4j API.
* @author y2k2mt
*/
Expand Down Expand Up @@ -195,7 +195,7 @@ public boolean isErrorEnabled(Marker marker) {

/**
* {@link org.analogweb.util.logging.Marker}を
* {@link org.slf4j.Marker}に変換します。<br/>
* {@link org.slf4j.Marker}に変換します。
* {@link org.analogweb.util.logging.Marker#getName()}
* の値から、{@link MarkerFactory#getMarker(String)}によって
* 生成されます。
Expand Down

0 comments on commit 63f0e4a

Please sign in to comment.