mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
cleaning things up for javadoc
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user