cleaning things up for javadoc

This commit is contained in:
benfry
2006-03-11 00:50:01 +00:00
parent 4495cc6150
commit 037eee2055
6 changed files with 8 additions and 9 deletions

View File

@@ -25,7 +25,6 @@ import java.util.*;
*
* @author Slava Pestov
* @version $Id$
* @see org.gjt.sp.jedit.textarea.DefaultInputHandler
*/
public abstract class InputHandler extends KeyAdapter
{
@@ -180,7 +179,6 @@ public abstract class InputHandler extends KeyAdapter
/**
* Grabs the next key typed event and invokes the specified
* action with the key as a the action command.
* @param action The action
*/
public void grabNextKeyStroke(ActionListener listener)
{