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 /shared/src/main/java/com/vaadin/osgi/resources/OsgiVaadinResources.java | |
parent | ebc765c1a78c5facaf5e65122e317da0af6ca472 (diff) | |
download | vaadin-framework-7c8f440781835dbcf72bfbc47ab8be2f669a40e4.tar.gz vaadin-framework-7c8f440781835dbcf72bfbc47ab8be2f669a40e4.zip |
Remove trailing spaces (#10224)
Diffstat (limited to 'shared/src/main/java/com/vaadin/osgi/resources/OsgiVaadinResources.java')
-rw-r--r-- | shared/src/main/java/com/vaadin/osgi/resources/OsgiVaadinResources.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/shared/src/main/java/com/vaadin/osgi/resources/OsgiVaadinResources.java b/shared/src/main/java/com/vaadin/osgi/resources/OsgiVaadinResources.java index a423791193..7f0153611f 100644 --- a/shared/src/main/java/com/vaadin/osgi/resources/OsgiVaadinResources.java +++ b/shared/src/main/java/com/vaadin/osgi/resources/OsgiVaadinResources.java @@ -25,16 +25,16 @@ import com.vaadin.osgi.resources.impl.VaadinResourceServiceImpl; * {@link BundleActivator} used to provide access to the * {@link VaadinResourceService} singleton for publishing themes, widgetsets and * other necessary resources. - * + * * @author Vaadin Ltd. - * + * * @since 8.1 */ public class OsgiVaadinResources implements BundleActivator { /** * Thrown if a method is called when the Resource bundle is not active. - * + * * @author Vaadin Ltd. * * @since 8.1 @@ -54,7 +54,7 @@ public class OsgiVaadinResources implements BundleActivator { /** * Returns the {@link VaadinResourceService} instance. Always returns * non-null. - * + * * @return the {@link VaadinResourceService resource service} to use for * publishing themes, widgetsets and other necessary resources * @throws ResourceBundleInactiveException |