diff options
Diffstat (limited to 'libjava/classpath/javax/management/openmbean/OpenMBeanOperationInfo.java')
-rw-r--r-- | libjava/classpath/javax/management/openmbean/OpenMBeanOperationInfo.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/classpath/javax/management/openmbean/OpenMBeanOperationInfo.java b/libjava/classpath/javax/management/openmbean/OpenMBeanOperationInfo.java index 8b61329d966..e835b8d131f 100644 --- a/libjava/classpath/javax/management/openmbean/OpenMBeanOperationInfo.java +++ b/libjava/classpath/javax/management/openmbean/OpenMBeanOperationInfo.java @@ -109,7 +109,7 @@ public interface OpenMBeanOperationInfo * * @return the open type of the return value. */ - OpenType getReturnOpenType(); + OpenType<?> getReturnOpenType(); /** * Returns the return type of the operation, as the class |