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.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/classpath/java/lang/management/MemoryPoolMXBean.java b/libjava/classpath/java/lang/management/MemoryPoolMXBean.java
index 5b04c64d3b8..36a8236dc01 100644
--- a/libjava/classpath/java/lang/management/MemoryPoolMXBean.java
+++ b/libjava/classpath/java/lang/management/MemoryPoolMXBean.java
@@ -162,7 +162,7 @@ public interface MemoryPoolMXBean
*
* @return the type of this pool.
*/
- String getType();
+ MemoryType getType();
/**
* Returns memory usage statistics for the current memory usage
OpenPOWER on IntegriCloud