summaryrefslogtreecommitdiffstats
path: root/libjava/classpath/java/awt/dnd/DragGestureRecognizer.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/java/awt/dnd/DragGestureRecognizer.java')
-rw-r--r--libjava/classpath/java/awt/dnd/DragGestureRecognizer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/classpath/java/awt/dnd/DragGestureRecognizer.java b/libjava/classpath/java/awt/dnd/DragGestureRecognizer.java
index fb37b4fc733..c41402ca7b2 100644
--- a/libjava/classpath/java/awt/dnd/DragGestureRecognizer.java
+++ b/libjava/classpath/java/awt/dnd/DragGestureRecognizer.java
@@ -164,7 +164,7 @@ public abstract class DragGestureRecognizer implements Serializable
{
if(dragGestureListener != null)
dragGestureListener.dragGestureRecognized
- (new DragGestureEvent(this, dragAction, p, events));
+ (new DragGestureEvent(this, dragAction, p, events));
resetRecognizer();
}
OpenPOWER on IntegriCloud