This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [gui] Patch: javax.swing.ToolTipManager


>>>>> "Michael" == Michael Koch <konqueror@gmx.de> writes:

Michael> I just commited the attached patch to fix the constructors of the 
Michael> inner classes of javax/swing/ToolTipManager.java.

Michael>  		 * @param manager TODO
Michael>  		 */
Michael> -		protected stillInsideTimerAction(ToolTipManager manager) {
Michael> +		protected stillInsideTimerAction() {

You might as well remove the @param when you remove the parameter.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]