diff options
author | Artur Signell <artur@vaadin.com> | 2016-09-18 17:48:43 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2016-09-20 06:07:56 +0000 |
commit | f5d06d877165bf413ec71c4fc88cf46c8c57a372 (patch) | |
tree | ba4f9d87849dd88d815fd39433ab97a7c498ffb4 /client | |
parent | c5c52684eb30d924cb75a632b526a0f879d5a33c (diff) | |
download | vaadin-framework-f5d06d877165bf413ec71c4fc88cf46c8c57a372.tar.gz vaadin-framework-f5d06d877165bf413ec71c4fc88cf46c8c57a372.zip |
Change javadoc to a style Eclipse formatter can handle
Change-Id: I2ad135c72821b6e194fd77bd141b638c36e138a7
Diffstat (limited to 'client')
-rw-r--r-- | client/src/main/java/com/vaadin/client/widgets/Grid.java | 8 |
1 files changed, 3 insertions, 5 deletions
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<T> extends ResizeComposite implements HasSelectionHandlers<T>, * This is a workaround to make Chrome work like Firefox. In Chrome, * normally if you start a drag on one cell and release on: * <ul> - * <li>that same cell, the click event is that {@code - * <td>}. - * <li>a cell on that same row, the click event is the parent {@code - * <tr> - * }. + * <li>that same cell, the click event is that <code><td></code>. + * <li>a cell on that same row, the click event is the parent + * <code><tr></code>. * <li>a cell on another row, the click event is the table section ancestor * ({@code <thead>}, {@code <tbody>} or {@code <tfoot>}). * </ul> |