mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-11 20:45:05 +00:00
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 @@
|
||||
* public void someMethodThatFiresAction()
|
||||
* {
|
||||
* ActionEvent e = new ActionEvent(this, ActionEvent.ACTION_PERFORMED, "somethingCool");
|
||||
* actionListeners.getProxy().actionPerformed(e);
|
||||
* actionListeners.fire().actionPerformed(e);
|
||||
* }
|
||||
* }
|
||||
* </pre>
|
||||
|
Loading…
x
Reference in New Issue
Block a user