From 27bc75f3a72125f304fe48f681ea77271940ef28 Mon Sep 17 00:00:00 2001 From: Karsten Thoms Date: Wed, 2 Sep 2020 21:21:48 +0200 Subject: [javadoc] Fix typo add method link Change-Id: Iad6314351b653245ac62f6bfa4fa7d5c40ca7119 Signed-off-by: Karsten Thoms --- .../org/eclipse/swt/events/DragDetectListener.java | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/DragDetectListener.java b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/DragDetectListener.java index bfdf19d410..1f5f54b4b6 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/DragDetectListener.java +++ b/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/DragDetectListener.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2000, 2016 IBM Corporation and others. + * Copyright (c) 2000, 2020 IBM Corporation and others. * * This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 @@ -18,15 +18,14 @@ package org.eclipse.swt.events; import org.eclipse.swt.internal.*; /** - * Classes which implement this interface provide methods - * that deal with the events that are generated when a drag - * gesture is detected. + * Classes which implement this interface provide methods that deal with the + * events that are generated when a drag gesture is detected. *

- * After creating an instance of a class that implements - * this interface it can be added to a control using the - * addDragDetectListener method and removed using - * the removeDragDetectListener method. When the - * drag is detected, the drageDetected method will be invoked. + * After creating an instance of a class that implements this interface it can + * be added to a control using the addDragDetectListener method and + * removed using the removeDragDetectListener method. When the drag + * is detected, the {@link #dragDetected(DragDetectEvent) dragDetected} method + * will be invoked. *

* * @see DragDetectEvent -- cgit v1.2.1