diff options
author | Henri Sara <hesara@vaadin.com> | 2016-08-15 12:31:05 +0300 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2016-08-15 09:48:15 +0000 |
commit | 352fac6c21bd8afaa4289acb26cec325ad92604f (patch) | |
tree | 17fac5b211a25b2268431cb98213eca596ee2338 /client | |
parent | 1e8bf33afb07c3efbf027ddd8d58a3fa2b2aa6d0 (diff) | |
download | vaadin-framework-352fac6c21bd8afaa4289acb26cec325ad92604f.tar.gz vaadin-framework-352fac6c21bd8afaa4289acb26cec325ad92604f.zip |
Update/remove empty @since for 7.7
Change-Id: Ib46a450c7d6a6d15eb6bea5d53351d182929e52f
(cherry picked from commit b322664b8b21da53e6fc833005fe3968f8352bec)
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 { |