--- old/src/java.desktop/share/classes/javax/swing/text/DefaultCaret.java 2015-04-14 15:34:36.055836869 -0700 +++ new/src/java.desktop/share/classes/javax/swing/text/DefaultCaret.java 2015-04-14 15:34:35.899836865 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2015, 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 @@ -825,10 +825,8 @@ *
ChangeListener[] cls = (ChangeListener[])(c.getListeners(ChangeListener.class));
* * If no such listeners exist, this method returns an empty array. - * - * @param listenerType the type of listeners requested; this parameter - * should specify an interface that descends from - * java.util.EventListener + * @param the listener type + * @param listenerType the type of listeners requested * @return an array of all objects registered as * FooListeners on this component, * or an empty array if no such