summaryrefslogtreecommitdiffstats
path: root/libjava/classpath/java/lang/management/MemoryPoolMXBean.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/java/lang/management/MemoryPoolMXBean.java')
-rw-r--r--libjava/classpath/java/lang/management/MemoryPoolMXBean.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/classpath/java/lang/management/MemoryPoolMXBean.java b/libjava/classpath/java/lang/management/MemoryPoolMXBean.java
index 36a8236dc01..9729093b262 100644
--- a/libjava/classpath/java/lang/management/MemoryPoolMXBean.java
+++ b/libjava/classpath/java/lang/management/MemoryPoolMXBean.java
@@ -209,7 +209,7 @@ public interface MemoryPoolMXBean
long getUsageThresholdCount();
/**
- * Returns true if the collection usage level is equal to
+ * Returns true if the collection usage level is equal to
* or greater than the collection usage threshold.
*
* @return true if the collection usage threshold has been
@@ -236,7 +236,7 @@ public interface MemoryPoolMXBean
boolean isCollectionUsageThresholdSupported();
/**
- * Returns true if the usage level is equal to
+ * Returns true if the usage level is equal to
* or greater than the usage threshold.
*
* @return true if the usage threshold has been
@@ -260,7 +260,7 @@ public interface MemoryPoolMXBean
* @see #setUsageThreshold(long)
*/
boolean isUsageThresholdSupported();
-
+
/**
* Returns true if this memory pool is still valid. A memory pool
* becomes invalid when it is removed by the virtual machine and
OpenPOWER on IntegriCloud