Skip to content

Commit 3507a9a

Browse files
committed
Replace remark with admonition
1 parent 5e9134f commit 3507a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/antora/modules/ROOT/partials/properties-async-logger.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,4 @@ This setting allows to cache the result of `Thread.getName()` calls and has two
146146
CACHED:: stores the name of the current thread in a `ThreadLocal` field,
147147
UNCACHED:: disables caching.
148148
149-
**Remark**: Since JRE 8u102 the `Thread.getName()` method does not allocate a new object.
149+
NOTE: Since JRE 8u102 the `Thread.getName()` method does **not** allocate a new object.

0 commit comments

Comments
 (0)