From 229792f64251dd7ca9510e52743128228958bb85 Mon Sep 17 00:00:00 2001 From: Ahmed Ashour Date: Wed, 13 Sep 2017 13:33:11 +0200 Subject: Javadoc fixes --- client/src/main/java/com/vaadin/client/WidgetUtil.java | 2 +- .../main/java/com/vaadin/client/widget/grid/EventCellReference.java | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'client') 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 - * true if selection is enabled; false + * true if selection is enabled; false * 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 extends CellReference { * Is the cell reference for a cell in the header of the Grid. * * @since 7.5 - * @return true if referenced cell is in the header, + * @return true if referenced cell is in the header, * false if not */ public boolean isHeader() { @@ -98,7 +98,7 @@ public class EventCellReference extends CellReference { * Is the cell reference for a cell in the body of the Grid. * * @since 7.5 - * @return true if referenced cell is in the body, + * @return true if referenced cell is in the body, * false if not */ public boolean isBody() { @@ -109,7 +109,7 @@ public class EventCellReference extends CellReference { * Is the cell reference for a cell in the footer of the Grid. * * @since 7.5 - * @return true if referenced cell is in the footer, + * @return true if referenced cell is in the footer, * false if not */ public boolean isFooter() { -- cgit v1.2.3