summaryrefslogtreecommitdiff
path: root/vm/reference/gnu/java/lang/management/VMGarbageCollectorMXBeanImpl.java
diff options
context:
space:
mode:
Diffstat (limited to 'vm/reference/gnu/java/lang/management/VMGarbageCollectorMXBeanImpl.java')
-rw-r--r--vm/reference/gnu/java/lang/management/VMGarbageCollectorMXBeanImpl.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/reference/gnu/java/lang/management/VMGarbageCollectorMXBeanImpl.java b/vm/reference/gnu/java/lang/management/VMGarbageCollectorMXBeanImpl.java
index 2a202849a..00861bc21 100644
--- a/vm/reference/gnu/java/lang/management/VMGarbageCollectorMXBeanImpl.java
+++ b/vm/reference/gnu/java/lang/management/VMGarbageCollectorMXBeanImpl.java
@@ -70,7 +70,7 @@ final class VMGarbageCollectorMXBeanImpl
* 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.
- *
+ *
* @param name the name of the garbage collector.
* @return the accumulated number of milliseconds spent collecting,
* or -1 if this is undefined.