From f5d06d877165bf413ec71c4fc88cf46c8c57a372 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Sun, 18 Sep 2016 17:48:43 +0300 Subject: Change javadoc to a style Eclipse formatter can handle Change-Id: I2ad135c72821b6e194fd77bd141b638c36e138a7 --- client/src/main/java/com/vaadin/client/widgets/Grid.java | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'client') diff --git a/client/src/main/java/com/vaadin/client/widgets/Grid.java b/client/src/main/java/com/vaadin/client/widgets/Grid.java index 76c261196e..8c08748213 100644 --- a/client/src/main/java/com/vaadin/client/widgets/Grid.java +++ b/client/src/main/java/com/vaadin/client/widgets/Grid.java @@ -4094,11 +4094,9 @@ public class Grid extends ResizeComposite implements HasSelectionHandlers, * This is a workaround to make Chrome work like Firefox. In Chrome, * normally if you start a drag on one cell and release on: *
    - *
  • that same cell, the click event is that {@code - * }. - *
  • a cell on that same row, the click event is the parent {@code - * - * }. + *
  • that same cell, the click event is that <td>. + *
  • a cell on that same row, the click event is the parent + * <tr>. *
  • a cell on another row, the click event is the table section ancestor * ({@code }, {@code } or {@code }). *
-- cgit v1.2.3