diff -r 55f32ae4f920 -r d4c777ccb1db jdk/src/share/classes/javax/management/ImmutableDescriptor.java --- a/jdk/src/share/classes/javax/management/ImmutableDescriptor.java Tue Nov 12 09:44:39 2013 -0800 +++ b/jdk/src/share/classes/javax/management/ImmutableDescriptor.java Tue Nov 12 14:03:28 2013 -0500 @@ -344,7 +344,7 @@ * the given object is also a Descriptor, and if the two Descriptors have * the same field names (possibly differing in case) and the same * associated values. The respective values for a field in the two - * Descriptors are equal if the following conditions hold:

+ * Descriptors are equal if the following conditions hold: * *