diff options
Diffstat (limited to 'libjava/classpath/java/lang/management/GarbageCollectorMXBean.java')
-rw-r--r-- | libjava/classpath/java/lang/management/GarbageCollectorMXBean.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/classpath/java/lang/management/GarbageCollectorMXBean.java b/libjava/classpath/java/lang/management/GarbageCollectorMXBean.java index 5bb0a18d386..f3da0042d9d 100644 --- a/libjava/classpath/java/lang/management/GarbageCollectorMXBean.java +++ b/libjava/classpath/java/lang/management/GarbageCollectorMXBean.java @@ -70,7 +70,7 @@ public interface GarbageCollectorMXBean * Note that the accumulated time may not change, even when the * collection count increases, if the time taken is sufficiently * short; this depends on the resolution of the timer used. - * + * * @return the accumulated number of milliseconds spent collecting, * or -1 if this is undefined. */ |