diff options
author | Ahmed Ashour <asashour@yahoo.com> | 2017-10-26 12:07:51 +0200 |
---|---|---|
committer | Pekka Maanpää <pekkamaa@vaadin.com> | 2017-10-26 13:07:51 +0300 |
commit | 7c8f440781835dbcf72bfbc47ab8be2f669a40e4 (patch) | |
tree | bd6887cb9c3ca3a6ca1a6e292d17565bf3d378af /compatibility-server | |
parent | ebc765c1a78c5facaf5e65122e317da0af6ca472 (diff) | |
download | vaadin-framework-7c8f440781835dbcf72bfbc47ab8be2f669a40e4.tar.gz vaadin-framework-7c8f440781835dbcf72bfbc47ab8be2f669a40e4.zip |
Remove trailing spaces (#10224)
Diffstat (limited to 'compatibility-server')
9 files changed, 41 insertions, 41 deletions
diff --git a/compatibility-server/src/main/java/com/vaadin/v7/data/util/sqlcontainer/ColumnProperty.java b/compatibility-server/src/main/java/com/vaadin/v7/data/util/sqlcontainer/ColumnProperty.java index b6f9e37c22..7cac061f85 100644 --- a/compatibility-server/src/main/java/com/vaadin/v7/data/util/sqlcontainer/ColumnProperty.java +++ b/compatibility-server/src/main/java/com/vaadin/v7/data/util/sqlcontainer/ColumnProperty.java @@ -29,7 +29,7 @@ import com.vaadin.v7.data.util.converter.Converter.ConversionException; * * Note that depending on the QueryDelegate in use this does not necessarily map * into an actual column in a database table. - * + * * @deprecated As of 8.0, no replacement available. */ @Deprecated diff --git a/compatibility-server/src/main/java/com/vaadin/v7/ui/components/colorpicker/ColorChangeEvent.java b/compatibility-server/src/main/java/com/vaadin/v7/ui/components/colorpicker/ColorChangeEvent.java index db8331c539..78d326eb54 100644 --- a/compatibility-server/src/main/java/com/vaadin/v7/ui/components/colorpicker/ColorChangeEvent.java +++ b/compatibility-server/src/main/java/com/vaadin/v7/ui/components/colorpicker/ColorChangeEvent.java @@ -1,12 +1,12 @@ /* * Copyright 2000-2016 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 @@ -22,7 +22,7 @@ import com.vaadin.v7.shared.ui.colorpicker.Color; /** * The color changed event which is passed to the listeners when a color change * occurs. - * + * * @since 7.0.0 */ @Deprecated diff --git a/compatibility-server/src/main/java/com/vaadin/v7/ui/components/colorpicker/ColorChangeListener.java b/compatibility-server/src/main/java/com/vaadin/v7/ui/components/colorpicker/ColorChangeListener.java index 6a32e173e2..db82bcd92d 100644 --- a/compatibility-server/src/main/java/com/vaadin/v7/ui/components/colorpicker/ColorChangeListener.java +++ b/compatibility-server/src/main/java/com/vaadin/v7/ui/components/colorpicker/ColorChangeListener.java @@ -1,12 +1,12 @@ /* * Copyright 2000-2016 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 @@ -24,9 +24,9 @@ import java.io.Serializable; * component using the component's <code>addColorChangeListener</code> method. * When the colorChange event occurs, that object's appropriate method is * invoked. - * + * * @since 7.0.0 - * + * * @see ColorChangeEvent */ @Deprecated @@ -34,7 +34,7 @@ public interface ColorChangeListener extends Serializable { /** * Called when a new color has been selected. - * + * * @param event * An event containing information about the color change. */ diff --git a/compatibility-server/src/main/java/com/vaadin/v7/ui/components/colorpicker/ColorPickerGradient.java b/compatibility-server/src/main/java/com/vaadin/v7/ui/components/colorpicker/ColorPickerGradient.java index e479fe7ac8..b465e97f9a 100644 --- a/compatibility-server/src/main/java/com/vaadin/v7/ui/components/colorpicker/ColorPickerGradient.java +++ b/compatibility-server/src/main/java/com/vaadin/v7/ui/components/colorpicker/ColorPickerGradient.java @@ -1,12 +1,12 @@ /* * Copyright 2000-2016 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 @@ -25,7 +25,7 @@ import com.vaadin.v7.ui.AbstractColorPicker.Coordinates2Color; /** * A component that represents a color gradient within a color picker. - * + * * @since 7.0.0 */ @Deprecated @@ -78,7 +78,7 @@ public class ColorPickerGradient extends AbstractComponent /** * Instantiates a new color picker gradient. - * + * * @param id * the id * @param converter @@ -115,7 +115,7 @@ public class ColorPickerGradient extends AbstractComponent /** * Sets the background color. - * + * * @param color * the new background color */ @@ -130,7 +130,7 @@ public class ColorPickerGradient extends AbstractComponent /** * Notifies the listeners that the color has changed. - * + * * @param color * The color which it changed to */ diff --git a/compatibility-server/src/main/java/com/vaadin/v7/ui/components/colorpicker/ColorSelector.java b/compatibility-server/src/main/java/com/vaadin/v7/ui/components/colorpicker/ColorSelector.java index 47e46a6496..0e643bb8a8 100644 --- a/compatibility-server/src/main/java/com/vaadin/v7/ui/components/colorpicker/ColorSelector.java +++ b/compatibility-server/src/main/java/com/vaadin/v7/ui/components/colorpicker/ColorSelector.java @@ -1,12 +1,12 @@ /* * Copyright 2000-2016 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.vaadin.v7.shared.ui.colorpicker.Color; /** * An interface for a color selector. - * + * * @since 7.0.0 */ @Deprecated @@ -29,7 +29,7 @@ public interface ColorSelector extends Serializable, HasColorChangeListener { /** * Sets the color. - * + * * @param color * the new color */ @@ -37,7 +37,7 @@ public interface ColorSelector extends Serializable, HasColorChangeListener { /** * Gets the color. - * + * * @return the color */ public Color getColor(); diff --git a/compatibility-server/src/main/java/com/vaadin/v7/ui/components/colorpicker/HasColorChangeListener.java b/compatibility-server/src/main/java/com/vaadin/v7/ui/components/colorpicker/HasColorChangeListener.java index 5901443a2d..b20426a9c7 100644 --- a/compatibility-server/src/main/java/com/vaadin/v7/ui/components/colorpicker/HasColorChangeListener.java +++ b/compatibility-server/src/main/java/com/vaadin/v7/ui/components/colorpicker/HasColorChangeListener.java @@ -1,12 +1,12 @@ /* * Copyright 2000-2016 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 @@ -22,14 +22,14 @@ public interface HasColorChangeListener extends Serializable { /** * Adds a {@link ColorChangeListener} to the component. - * + * * @param listener */ void addColorChangeListener(ColorChangeListener listener); /** * Removes a {@link ColorChangeListener} from the component. - * + * * @param listener */ void removeColorChangeListener(ColorChangeListener listener); diff --git a/compatibility-server/src/test/java/com/vaadin/tests/server/component/slider/SliderDeclarativeTest.java b/compatibility-server/src/test/java/com/vaadin/tests/server/component/slider/SliderDeclarativeTest.java index 0f75ea8099..eb41952400 100644 --- a/compatibility-server/src/test/java/com/vaadin/tests/server/component/slider/SliderDeclarativeTest.java +++ b/compatibility-server/src/test/java/com/vaadin/tests/server/component/slider/SliderDeclarativeTest.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 @@ -23,7 +23,7 @@ import com.vaadin.ui.Slider; /** * Tests declarative support for implementations of {@link Slider}. - * + * * @since * @author Vaadin Ltd */ diff --git a/compatibility-server/src/test/java/com/vaadin/v7/tests/server/component/abstractselect/OptionGroupDeclarativeTest.java b/compatibility-server/src/test/java/com/vaadin/v7/tests/server/component/abstractselect/OptionGroupDeclarativeTest.java index c4aab7d506..455ffdd782 100644 --- a/compatibility-server/src/test/java/com/vaadin/v7/tests/server/component/abstractselect/OptionGroupDeclarativeTest.java +++ b/compatibility-server/src/test/java/com/vaadin/v7/tests/server/component/abstractselect/OptionGroupDeclarativeTest.java @@ -46,7 +46,7 @@ public class OptionGroupDeclarativeTest og.addItems("foo", "bar", "baz", "bang"); //@formatter:off - String expected = + String expected = "<vaadin7-option-group>" + "<option>foo</option>" + "<option>bar</option>" @@ -66,7 +66,7 @@ public class OptionGroupDeclarativeTest og.setItemEnabled("baz", false); //@formatter:off - String expected = + String expected = "<vaadin7-option-group>" + "<option>foo</option>" + "<option>bar</option>" @@ -86,7 +86,7 @@ public class OptionGroupDeclarativeTest og.setItemIcon("bar", new ThemeResource("foobar.png")); //@formatter:off - String expected = + String expected = "<vaadin7-option-group>" + "<option>foo</option>" + "<option icon='theme://foobar.png'>bar</option>" @@ -110,7 +110,7 @@ public class OptionGroupDeclarativeTest og.setItemCaption("bar", "<font color='red'>False</font>"); //@formatter:off - String expected = + String expected = "<vaadin7-option-group html-content-allowed>" + "<option item-id=\"foo\"><b>True</b></option>" + "<option item-id=\"bar\"><font color='red'>False</font></option>" diff --git a/compatibility-server/src/test/java/com/vaadin/v7/tests/server/component/form/FormTest.java b/compatibility-server/src/test/java/com/vaadin/v7/tests/server/component/form/FormTest.java index c5372bbd75..22e78e6b63 100644 --- a/compatibility-server/src/test/java/com/vaadin/v7/tests/server/component/form/FormTest.java +++ b/compatibility-server/src/test/java/com/vaadin/v7/tests/server/component/form/FormTest.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 @@ -25,7 +25,7 @@ import com.vaadin.v7.ui.TextField; /** * Test for {@link Form}. - * + * * @author Vaadin Ltd */ public class FormTest { |