Fixing javadoc example.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@966645 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d8547e9de1
commit
dc30f9c0e4
|
@ -35,7 +35,7 @@ import java.util.List;
|
|||
* public void someMethodThatFiresAction()
|
||||
* {
|
||||
* ActionEvent e = new ActionEvent(this, ActionEvent.ACTION_PERFORMED, "somethingCool");
|
||||
* actionListeners.getProxy().actionPerformed(e);
|
||||
* actionListeners.fire().actionPerformed(e);
|
||||
* }
|
||||
* }
|
||||
* </pre>
|
||||
|
|
Loading…
Reference in New Issue