Browse Source

Fix @since for 7.4

Change-Id: I71f3a7cd6b91174c306e5cd60e20dbf0150f4a53
tags/7.5.0.alpha1
Artur Signell 9 years ago
parent
commit
96362ac38b

+ 1
- 1
client/src/com/vaadin/client/ApplicationConnection.java View File

@@ -3706,7 +3706,7 @@ public class ApplicationConnection implements HasHandlers {
* might be in an inconsistent state because some state changes have been
* applied but others not. This includes running layotus.
*
* @since
* @since 7.4
* @return <code>true</code> if the internal state might be inconsistent
* because changes are being processed; <code>false</code> if the
* state should be consistent

+ 1
- 1
client/src/com/vaadin/client/widget/grid/events/BodyDoubleClickHandler.java View File

@@ -21,7 +21,7 @@ import com.vaadin.client.widget.grid.events.AbstractGridMouseEventHandler.GridDo
* Handler for {@link GridDoubleClickEvent}s that happen in the body of the
* Grid.
*
* @since
* @since 7.4
* @author Vaadin Ltd
*/
public interface BodyDoubleClickHandler extends GridDoubleClickHandler {

+ 1
- 1
client/src/com/vaadin/client/widget/grid/events/FooterDoubleClickHandler.java View File

@@ -21,7 +21,7 @@ import com.vaadin.client.widget.grid.events.AbstractGridMouseEventHandler.GridDo
* Handler for {@link GridDoubleClickEvent}s that happen in the footer of the
* Grid.
*
* @since
* @since 7.4
* @author Vaadin Ltd
*/
public interface FooterDoubleClickHandler extends GridDoubleClickHandler {

+ 1
- 1
client/src/com/vaadin/client/widget/grid/events/GridDoubleClickEvent.java View File

@@ -25,7 +25,7 @@ import com.vaadin.client.widgets.Grid.Section;
/**
* Represents native mouse double click event in Grid.
*
* @since
* @since 7.4
* @author Vaadin Ltd
*/
public class GridDoubleClickEvent extends

+ 1
- 1
client/src/com/vaadin/client/widget/grid/events/HeaderDoubleClickHandler.java View File

@@ -21,7 +21,7 @@ import com.vaadin.client.widget.grid.events.AbstractGridMouseEventHandler.GridDo
* Handler for {@link GridDoubleClickEvent}s that happen in the header of the
* Grid.
*
* @since
* @since 7.4
* @author Vaadin Ltd
*/
public interface HeaderDoubleClickHandler extends GridDoubleClickHandler {

+ 1
- 1
server/src/com/vaadin/server/JsonCodec.java View File

@@ -798,7 +798,7 @@ public class JsonCodec implements Serializable {
* {@link JsonValue#jsEquals(JsonValue)} is defined to use JavaScript
* semantics where arrays and objects are equals only based on identity.
*
* @since
* @since 7.4
* @param a
* the first json value to check, may not be null
* @param b

Loading…
Cancel
Save