jdk/src/java.desktop/share/classes/java/awt/AWTEventMulticaster.java
changeset 29886 545c0c3809b8
parent 26749 b6598aa90114
child 35667 ed476aba94de
--- a/jdk/src/java.desktop/share/classes/java/awt/AWTEventMulticaster.java	Mon Mar 30 18:41:51 2015 +0300
+++ b/jdk/src/java.desktop/share/classes/java/awt/AWTEventMulticaster.java	Tue Mar 31 08:48:53 2015 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1996, 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1996, 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
@@ -1088,6 +1088,7 @@
      * contains only the specified listener. If no such listeners are chained,
      * this method returns an empty array.
      *
+     * @param <T> the listener type
      * @param l the specified <code>java.util.EventListener</code>
      * @param listenerType the type of listeners requested; this parameter
      *          should specify an interface that descends from