Commit ff2688b1 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Fixed bad characters.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@135 b35dd754-fafc-0310-a699-88a17e54d16e
parent 9541d959
......@@ -19,12 +19,12 @@ import java.util.Map;
* such as;
* <p/>
* <ul>
* <li>user -&gt;fred</li>
* <li>hostname -&gt;helm.realityforge.org</li>
* <li>user -&gt;fred</li>
* <li>hostname -&gt;helm.realityforge.org</li>
* <li>ipaddress -&gt;1.2.3.4</li>
* <li>interface -&gt;127.0.0.1</li>
* <li>caller    -&gt;com.biz.MyCaller.method(MyCaller.java:18)</li>
* <li>source    -&gt;1.6.3.2:33</li>
* <li>caller -&gt;com.biz.MyCaller.method(MyCaller.java:18)</li>
* <li>source -&gt;1.6.3.2:33</li>
* </ul>
* The context is bound to a thread (and inherited by sub-threads) but
* it can also be added to by LogTargets.
......
......@@ -244,7 +244,7 @@ public class Logger {
}
/**
* Determine if messages of priority will be logged.
* Determine if messages of priority will be logged.
*
* @return true if messages will be logged
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment