--- old/src/share/classes/java/beans/PropertyChangeSupport.java 2013-08-06 14:49:10.000000000 -0700 +++ new/src/share/classes/java/beans/PropertyChangeSupport.java 2013-08-06 14:49:10.000000000 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -156,7 +156,7 @@ * PropertyChangeListenerProxy, perform the cast, and examine * the parameter. * - *
+     * 
{@code
      * PropertyChangeListener[] listeners = bean.getPropertyChangeListeners();
      * for (int i = 0; i < listeners.length; i++) {
      *   if (listeners[i] instanceof PropertyChangeListenerProxy) {
@@ -168,7 +168,7 @@
      *     }
      *   }
      * }
-     *
+ * }
* * @see PropertyChangeListenerProxy * @return all of the PropertyChangeListeners added or an