mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
Changed arg name in inner class.
X-SVN-Rev: 1196
This commit is contained in:
parent
06a70de3f9
commit
7c369148a6
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* @(#)$RCSfile: AwtMenuFactory.java,v $ $Revision: 1.1 $ $Date: 2000/04/20 17:41:49 $
|
||||
* @(#)$RCSfile: AwtMenuFactory.java,v $ $Revision: 1.2 $ $Date: 2000/04/20 19:29:08 $
|
||||
*
|
||||
* (C) Copyright IBM Corp. 1998-1999. All Rights Reserved.
|
||||
*
|
||||
|
@ -49,7 +49,7 @@ final class AwtMenuFactory implements ItemFactory {
|
|||
}
|
||||
catch(ClassCastException e) {
|
||||
item.addActionListener(new ActionListener() {
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
public void actionPerformed(ActionEvent evt) {
|
||||
handleSelected();
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue