minor edit

This commit is contained in:
Ceki Gulcu 2020-02-24 10:28:51 +01:00
parent 76cc29cb47
commit a739d541a5
1 changed files with 2 additions and 2 deletions

View File

@ -185,11 +185,11 @@ will be converted as
<ul>
<li>Calls to <code>finest()</code>, <code>finer()</code> or
<li>Calls to <code>fine()</code>, <code>finer()</code> or
<code>finest()</code> methods of
<code>java.util.logging.Logger</code> are left as is.
<p>Given that <code>finest()</code>, <code>finer()</code> or
<p>Given that <code>fine()</code>, <code>finer()</code> or
<code>finest()</code> calls could map to both trace() or debug()
calls in SLF4J, it is impossible to guess how the user wants to
map these calls.