diff options
author | Ahmed Ashour <asashour@yahoo.com> | 2017-10-20 09:12:44 +0200 |
---|---|---|
committer | Péter Török <31210544+torok-peter@users.noreply.github.com> | 2017-10-20 10:12:44 +0300 |
commit | c265cd1d6e0c605d8c25617253c685c082db6397 (patch) | |
tree | 59dc549aff85e65b8fe21425c84a461c43609911 /compatibility-client | |
parent | 03570cb8740de05568f8045ad13526d9d8382c44 (diff) | |
download | vaadin-framework-c265cd1d6e0c605d8c25617253c685c082db6397.tar.gz vaadin-framework-c265cd1d6e0c605d8c25617253c685c082db6397.zip |
Fix HTML tags inside code in javadoc (#10160)
* Fix HTML tags inside code in javadoc
* only modify <table> and <tr>
* Fix javadoc
Diffstat (limited to 'compatibility-client')
-rw-r--r-- | compatibility-client/src/main/java/com/vaadin/v7/client/widgets/Escalator.java | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/compatibility-client/src/main/java/com/vaadin/v7/client/widgets/Escalator.java b/compatibility-client/src/main/java/com/vaadin/v7/client/widgets/Escalator.java index efc61cf0bf..3f7319d277 100644 --- a/compatibility-client/src/main/java/com/vaadin/v7/client/widgets/Escalator.java +++ b/compatibility-client/src/main/java/com/vaadin/v7/client/widgets/Escalator.java @@ -1125,10 +1125,8 @@ public class Escalator extends Widget /** * The table section element ({@code <thead>}, {@code <tbody>} or - * {@code <tfoot>}) the rows (i.e. {@code - * - <tr> - * } tags) are contained in. + * {@code <tfoot>}) the rows (i.e. <code><tr></code> tags) are + * contained in. */ protected final TableSectionElement root; |