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-shared | |
parent | ebc765c1a78c5facaf5e65122e317da0af6ca472 (diff) | |
download | vaadin-framework-7c8f440781835dbcf72bfbc47ab8be2f669a40e4.tar.gz vaadin-framework-7c8f440781835dbcf72bfbc47ab8be2f669a40e4.zip |
Remove trailing spaces (#10224)
Diffstat (limited to 'compatibility-shared')
3 files changed, 5 insertions, 5 deletions
diff --git a/compatibility-shared/src/main/java/com/vaadin/v7/shared/AbstractFieldState.java b/compatibility-shared/src/main/java/com/vaadin/v7/shared/AbstractFieldState.java index fa15e5fa55..1acb531711 100644 --- a/compatibility-shared/src/main/java/com/vaadin/v7/shared/AbstractFieldState.java +++ b/compatibility-shared/src/main/java/com/vaadin/v7/shared/AbstractFieldState.java @@ -42,7 +42,7 @@ public class AbstractFieldState extends AbstractLegacyComponentState { * <p> * This is not used in all fields, but needs to be here for the time being * (#20468). - * + * * @since 7.7.5 */ public Connector focusDelegate; diff --git a/compatibility-shared/src/main/java/com/vaadin/v7/shared/form/FormState.java b/compatibility-shared/src/main/java/com/vaadin/v7/shared/form/FormState.java index f351bbbe36..d3336962ce 100644 --- a/compatibility-shared/src/main/java/com/vaadin/v7/shared/form/FormState.java +++ b/compatibility-shared/src/main/java/com/vaadin/v7/shared/form/FormState.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 diff --git a/compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/calendar/CalendarState.java b/compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/calendar/CalendarState.java index 646c7eed44..8098ae3cf2 100644 --- a/compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/calendar/CalendarState.java +++ b/compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/calendar/CalendarState.java @@ -59,7 +59,7 @@ public class CalendarState extends AbstractLegacyComponentState { * (later event are shown first). * <li>{@code DURATION_ASC} means ascending sort by duration (shorter event * are shown first). - * + * * </ul> */ public enum EventSortOrder { |