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:
James W. Carman 2010-07-22 13:32:00 +00:00
parent d8547e9de1
commit dc30f9c0e4
1 changed files with 1 additions and 1 deletions

View File

@ -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>