diff options
Diffstat (limited to 'libjava/classpath/javax/management/QueryEval.java')
-rw-r--r-- | libjava/classpath/javax/management/QueryEval.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/classpath/javax/management/QueryEval.java b/libjava/classpath/javax/management/QueryEval.java index 375270ae97e..0b9df61558a 100644 --- a/libjava/classpath/javax/management/QueryEval.java +++ b/libjava/classpath/javax/management/QueryEval.java @@ -57,7 +57,7 @@ public class QueryEval private static final long serialVersionUID = 2675899265640874796L; /** - * Stores the server used, on a + * Stores the server used, on a * thread-by-thread basis. */ private static InheritableThreadLocal<MBeanServer> server = @@ -83,7 +83,7 @@ public class QueryEval * Sets the {@link MBeanServer} on which the query will be * performed. This value is inherited automatically by * child threads. This method is only non-static for historical - * reasons; it makes no use of instance-related values. + * reasons; it makes no use of instance-related values. * * @param svr the server to use. */ |