summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorAhmed Ashour <asashour@yahoo.com>2017-09-13 13:33:11 +0200
committerHenri Sara <henri.sara@gmail.com>2017-09-13 15:20:53 +0300
commit229792f64251dd7ca9510e52743128228958bb85 (patch)
treee2f8e02b1f596aa8643c895f0ca2c899d2e08155 /client
parent03349e8c6697d668e675e628783b52eef39b877b (diff)
downloadvaadin-framework-229792f64251dd7ca9510e52743128228958bb85.tar.gz
vaadin-framework-229792f64251dd7ca9510e52743128228958bb85.zip
Javadoc fixes
Diffstat (limited to 'client')
-rw-r--r--client/src/main/java/com/vaadin/client/WidgetUtil.java2
-rw-r--r--client/src/main/java/com/vaadin/client/widget/grid/EventCellReference.java6
2 files changed, 4 insertions, 4 deletions
diff --git a/client/src/main/java/com/vaadin/client/WidgetUtil.java b/client/src/main/java/com/vaadin/client/WidgetUtil.java
index 817de00f66..f6ffe4cecd 100644
--- a/client/src/main/java/com/vaadin/client/WidgetUtil.java
+++ b/client/src/main/java/com/vaadin/client/WidgetUtil.java
@@ -1336,7 +1336,7 @@ public class WidgetUtil {
* @param e
* element for enabling or disabling text selection
* @param enable
- * <code>true</code> if selection is enabled; </code>false</code>
+ * <code>true</code> if selection is enabled; <code>false</code>
* if not
*/
public native static void setTextSelectionEnabled(Element e, boolean enable)
diff --git a/client/src/main/java/com/vaadin/client/widget/grid/EventCellReference.java b/client/src/main/java/com/vaadin/client/widget/grid/EventCellReference.java
index 9f98e3e500..8ed2bb9dd2 100644
--- a/client/src/main/java/com/vaadin/client/widget/grid/EventCellReference.java
+++ b/client/src/main/java/com/vaadin/client/widget/grid/EventCellReference.java
@@ -87,7 +87,7 @@ public class EventCellReference<T> extends CellReference<T> {
* Is the cell reference for a cell in the header of the Grid.
*
* @since 7.5
- * @return <code>true</true> if referenced cell is in the header,
+ * @return <code>true</code> if referenced cell is in the header,
* <code>false</code> if not
*/
public boolean isHeader() {
@@ -98,7 +98,7 @@ public class EventCellReference<T> extends CellReference<T> {
* Is the cell reference for a cell in the body of the Grid.
*
* @since 7.5
- * @return <code>true</true> if referenced cell is in the body,
+ * @return <code>true</code> if referenced cell is in the body,
* <code>false</code> if not
*/
public boolean isBody() {
@@ -109,7 +109,7 @@ public class EventCellReference<T> extends CellReference<T> {
* Is the cell reference for a cell in the footer of the Grid.
*
* @since 7.5
- * @return <code>true</true> if referenced cell is in the footer,
+ * @return <code>true</code> if referenced cell is in the footer,
* <code>false</code> if not
*/
public boolean isFooter() {