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

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

{@code
  * public class MyBean {
  *     private final VetoableChangeSupport vcs = new VetoableChangeSupport(this);