From c265cd1d6e0c605d8c25617253c685c082db6397 Mon Sep 17 00:00:00 2001 From: Ahmed Ashour Date: Fri, 20 Oct 2017 09:12:44 +0200 Subject: Fix HTML tags inside code in javadoc (#10160) * Fix HTML tags inside code in javadoc * only modify and * Fix javadoc --- client/src/main/java/com/vaadin/client/widgets/Escalator.java | 8 +++----- client/src/main/java/com/vaadin/client/widgets/Grid.java | 4 ++-- 2 files changed, 5 insertions(+), 7 deletions(-) (limited to 'client') diff --git a/client/src/main/java/com/vaadin/client/widgets/Escalator.java b/client/src/main/java/com/vaadin/client/widgets/Escalator.java index a85a16ab63..3443db8901 100644 --- a/client/src/main/java/com/vaadin/client/widgets/Escalator.java +++ b/client/src/main/java/com/vaadin/client/widgets/Escalator.java @@ -1198,10 +1198,8 @@ public class Escalator extends Widget /** * The table section element ({@code }, {@code } or - * {@code }) the rows (i.e. {@code - * - - * } tags) are contained in. + * {@code }) the rows (i.e. <tr> tags) are + * contained in. */ protected final TableSectionElement root; @@ -6843,7 +6841,7 @@ public class Escalator extends Widget } /** - * Returns the {@code
} element of the grid. + * Returns the <table> element of the grid. * * @return the table element * @since 8.2 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 3d3a8b805b..43f85a9848 100755 --- a/client/src/main/java/com/vaadin/client/widgets/Grid.java +++ b/client/src/main/java/com/vaadin/client/widgets/Grid.java @@ -6297,8 +6297,8 @@ public class Grid extends ResizeComposite implements HasSelectionHandlers, } /** - * Adds the given role as 'role="$param"' to the {@code
} element - * of the grid. + * Adds the given role as 'role="$param"' to the <table> + * element of the grid. * * @param role * the role param -- cgit v1.2.3