summaryrefslogtreecommitdiff
path: root/libjava/gnu/classpath/ServiceFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/gnu/classpath/ServiceFactory.java')
-rw-r--r--libjava/gnu/classpath/ServiceFactory.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/libjava/gnu/classpath/ServiceFactory.java b/libjava/gnu/classpath/ServiceFactory.java
index 5d1493414d0..e2faef9e39e 100644
--- a/libjava/gnu/classpath/ServiceFactory.java
+++ b/libjava/gnu/classpath/ServiceFactory.java
@@ -521,6 +521,7 @@ public final class ServiceFactory
}
+ // Package-private to avoid a trampoline.
/**
* Passes a log message to the <code>java.util.logging</code>
* framework. This call returns very quickly if no log message will
@@ -542,7 +543,7 @@ public final class ServiceFactory
* <code>null</code> if the log message is not associated with a
* Throwable.
*/
- private static void log(Level level, String msg, Object param, Throwable t)
+ static void log(Level level, String msg, Object param, Throwable t)
{
LogRecord rec;