diff options
author | Henri Sara <hesara@vaadin.com> | 2016-08-15 12:31:05 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2016-08-15 09:47:55 +0000 |
commit | b322664b8b21da53e6fc833005fe3968f8352bec (patch) | |
tree | d39fbb17e74d8190a6c59ac37436e20d9d56c381 /client | |
parent | 45034ab571c5d185f5faa58b958ad9f258a0bff4 (diff) | |
download | vaadin-framework-b322664b8b21da53e6fc833005fe3968f8352bec.tar.gz vaadin-framework-b322664b8b21da53e6fc833005fe3968f8352bec.zip |
Update/remove empty @since for 7.7
Change-Id: Ib46a450c7d6a6d15eb6bea5d53351d182929e52f
Diffstat (limited to 'client')
2 files changed, 8 insertions, 8 deletions
diff --git a/client/src/main/java/com/vaadin/client/widget/escalator/events/RowHeightChangedEvent.java b/client/src/main/java/com/vaadin/client/widget/escalator/events/RowHeightChangedEvent.java index 1c4a875d3c..44c4a07d0a 100644 --- a/client/src/main/java/com/vaadin/client/widget/escalator/events/RowHeightChangedEvent.java +++ b/client/src/main/java/com/vaadin/client/widget/escalator/events/RowHeightChangedEvent.java @@ -1,12 +1,12 @@ /* * Copyright 2000-2014 Vaadin Ltd. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the @@ -21,7 +21,7 @@ import com.google.gwt.event.shared.GwtEvent; * Event fired when the row height changed in the Escalator's header, body or * footer. * - * @since + * @since 7.7 * @author Vaadin Ltd */ public class RowHeightChangedEvent extends GwtEvent<RowHeightChangedHandler> { diff --git a/client/src/main/java/com/vaadin/client/widget/escalator/events/RowHeightChangedHandler.java b/client/src/main/java/com/vaadin/client/widget/escalator/events/RowHeightChangedHandler.java index 8ad243a73d..40bd380de2 100644 --- a/client/src/main/java/com/vaadin/client/widget/escalator/events/RowHeightChangedHandler.java +++ b/client/src/main/java/com/vaadin/client/widget/escalator/events/RowHeightChangedHandler.java @@ -1,12 +1,12 @@ /* * Copyright 2000-2014 Vaadin Ltd. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the @@ -20,7 +20,7 @@ import com.google.gwt.event.shared.EventHandler; /** * Event handler for a row height changed event. * - * @since + * @since 7.7 * @author Vaadin Ltd */ public interface RowHeightChangedHandler extends EventHandler { |