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/src/main/java/com/vaadin/v7/data | |
parent | ebc765c1a78c5facaf5e65122e317da0af6ca472 (diff) | |
download | vaadin-framework-7c8f440781835dbcf72bfbc47ab8be2f669a40e4.tar.gz vaadin-framework-7c8f440781835dbcf72bfbc47ab8be2f669a40e4.zip |
Remove trailing spaces (#10224)
Diffstat (limited to 'compatibility-server/src/main/java/com/vaadin/v7/data')
-rw-r--r-- | compatibility-server/src/main/java/com/vaadin/v7/data/util/sqlcontainer/ColumnProperty.java | 2 |
1 files changed, 1 insertions, 1 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 |