]> source.dussan.org Git - vaadin-framework.git/commitdiff
Change javadoc to a style Eclipse formatter can handle
authorArtur Signell <artur@vaadin.com>
Sun, 18 Sep 2016 14:48:43 +0000 (17:48 +0300)
committerArtur Signell <artur@vaadin.com>
Tue, 20 Sep 2016 06:07:56 +0000 (06:07 +0000)
Change-Id: I2ad135c72821b6e194fd77bd141b638c36e138a7

client/src/main/java/com/vaadin/client/widgets/Grid.java

index 76c261196eb45ecf15f7adba83c5020073527fb7..8c087482136830f4b210d5ca54b813fef2f95439 100644 (file)
@@ -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>&lt;td></code>.
+     * <li>a cell on that same row, the click event is the parent
+     * <code>&lt;tr></code>.
      * <li>a cell on another row, the click event is the table section ancestor
      * ({@code <thead>}, {@code <tbody>} or {@code <tfoot>}).
      * </ul>