diff options
Diffstat (limited to 'libjava/classpath/javax/management/openmbean/OpenMBeanAttributeInfo.java')
-rw-r--r-- | libjava/classpath/javax/management/openmbean/OpenMBeanAttributeInfo.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/classpath/javax/management/openmbean/OpenMBeanAttributeInfo.java b/libjava/classpath/javax/management/openmbean/OpenMBeanAttributeInfo.java index 1b276fd..d521306 100644 --- a/libjava/classpath/javax/management/openmbean/OpenMBeanAttributeInfo.java +++ b/libjava/classpath/javax/management/openmbean/OpenMBeanAttributeInfo.java @@ -59,7 +59,7 @@ public interface OpenMBeanAttributeInfo * * @param obj the object to compare. * @return true if the object is a {@link OpenMBeanParameterInfo} - * instance, + * instance, * <code>name.equals(object.getName())</code>, * <code>openType.equals(object.getOpenType())</code>, * <code>defaultValue.equals(object.getDefaultValue())</code>, |