Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
avalon-logkit.28016
avalon-logkit-encoding.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File avalon-logkit-encoding.patch of Package avalon-logkit.28016
diff --git a/src/java/org/apache/log/ContextMap.java b/src/java/org/apache/log/ContextMap.java index 046106b..2305955 100644 --- a/src/java/org/apache/log/ContextMap.java +++ b/src/java/org/apache/log/ContextMap.java @@ -29,8 +29,8 @@ import java.util.Hashtable; * <li>hostname ->helm.realityforge.org</li> * <li>ipaddress ->1.2.3.4</li> * <li>interface ->127.0.0.1</li> - * <li>caller � �->com.biz.MyCaller.method(MyCaller.java:18)</li> - * <li>source � �->1.6.3.2:33</li> + * <li>caller ->com.biz.MyCaller.method(MyCaller.java:18)</li> + * <li>source ->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. diff --git a/src/java/org/apache/log/Logger.java b/src/java/org/apache/log/Logger.java index 43ce1b7..d1f7efd 100644 --- a/src/java/org/apache/log/Logger.java +++ b/src/java/org/apache/log/Logger.java @@ -295,7 +295,7 @@ public class Logger } /** - * Determine if messages of priority �will be logged. + * Determine if messages of priority will be logged. * @param priority the priority * @return true if messages will be logged */
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor