--- old/src/java.desktop/share/classes/java/beans/PropertyChangeSupport.java 2020-07-10 15:55:43.959473776 -0700 +++ new/src/java.desktop/share/classes/java/beans/PropertyChangeSupport.java 2020-07-10 15:55:43.571483903 -0700 @@ -41,7 +41,7 @@ * or for a property specified by name. *

* Here is an example of {@code PropertyChangeSupport} usage that follows - * the rules and recommendations laid out in the JavaBeans™ specification: + * the rules and recommendations laid out in the JavaBeans specification: *

  * public class MyBean {
  *     private final PropertyChangeSupport pcs = new PropertyChangeSupport(this);