8075081: Fix missing doclint warnings in java.awt

Reviewed-by: serb
This commit is contained in:
Joe Darcy 2015-03-31 08:48:53 -07:00
parent 68aa2c14c2
commit 410bc96fd4
7 changed files with 27 additions and 8 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 1995, 2014, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1995, 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
@ -595,6 +595,7 @@ public class MenuItem extends MenuComponent implements Accessible {
*
* If no such listeners exist, this method returns an empty array.
*
* @param <T> the type of the listeners
* @param listenerType the type of listeners requested; this parameter
* should specify an interface that descends from
* <code>java.util.EventListener</code>