diff options
author | Sun Zhe <31067185+ZheSun88@users.noreply.github.com> | 2018-10-09 15:50:45 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-09 15:50:45 +0300 |
commit | 2c59809dd2ab8a607b032a5278ca63330988ef0d (patch) | |
tree | cb1a6970f37e9a91e558889fae82b3fdefabd3f7 /server/src/main/java/com/vaadin/ui/Grid.java | |
parent | 68fef02ce461427b9796bd16f7205eaf91fa4537 (diff) | |
download | vaadin-framework-2c59809dd2ab8a607b032a5278ca63330988ef0d.tar.gz vaadin-framework-2c59809dd2ab8a607b032a5278ca63330988ef0d.zip |
Run formatter to the code (#11227)
Diffstat (limited to 'server/src/main/java/com/vaadin/ui/Grid.java')
-rw-r--r-- | server/src/main/java/com/vaadin/ui/Grid.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/src/main/java/com/vaadin/ui/Grid.java b/server/src/main/java/com/vaadin/ui/Grid.java index 1b824cf53f..579256d091 100644 --- a/server/src/main/java/com/vaadin/ui/Grid.java +++ b/server/src/main/java/com/vaadin/ui/Grid.java @@ -3010,8 +3010,8 @@ public class Grid<T> extends AbstractListing<T> implements HasComponents, /** * Gets a {@link Column} of this grid by its identifying string. * - * When you use the Grid constructor with bean class, the columns are - * initialised with columnId being the property name. + * When you use the Grid constructor with bean class, the columns are + * initialised with columnId being the property name. * * @see Column#setId(String) * |