--- old/src/java.desktop/share/classes/java/beans/IndexedPropertyChangeEvent.java 2020-07-10 15:55:41.935526632 -0700 +++ new/src/java.desktop/share/classes/java/beans/IndexedPropertyChangeEvent.java 2020-07-10 15:55:41.555536560 -0700 @@ -26,7 +26,7 @@ /** * An "IndexedPropertyChange" event gets delivered whenever a component that - * conforms to the JavaBeans™ specification (a "bean") changes a bound + * conforms to the JavaBeans specification (a "bean") changes a bound * indexed property. This class is an extension of {@code PropertyChangeEvent} * but contains the index of the property that has changed. *