diff options
author | Ahmed Ashour <asashour@yahoo.com> | 2017-09-23 07:34:48 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-09-23 08:34:48 +0300 |
commit | 73119c7193ca15d385caa55b285044c1c8cc0811 (patch) | |
tree | e4da0e3965ade538959b2e8de4b196f47cbef6b9 /liferay-integration | |
parent | 60ff3d6c3428b2e353ecc0df90296cecc3e840e0 (diff) | |
download | vaadin-framework-73119c7193ca15d385caa55b285044c1c8cc0811.tar.gz vaadin-framework-73119c7193ca15d385caa55b285044c1c8cc0811.zip |
Fix javadoc references (#10067)
And remove unused imports.
Diffstat (limited to 'liferay-integration')
-rw-r--r-- | liferay-integration/src/main/java/com/vaadin/osgi/liferay/VaadinPortletProvider.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/liferay-integration/src/main/java/com/vaadin/osgi/liferay/VaadinPortletProvider.java b/liferay-integration/src/main/java/com/vaadin/osgi/liferay/VaadinPortletProvider.java index b95f0b591e..a932c84fbe 100644 --- a/liferay-integration/src/main/java/com/vaadin/osgi/liferay/VaadinPortletProvider.java +++ b/liferay-integration/src/main/java/com/vaadin/osgi/liferay/VaadinPortletProvider.java @@ -15,8 +15,6 @@ */ package com.vaadin.osgi.liferay; -import java.util.Optional; - import org.osgi.framework.BundleContext; import org.osgi.framework.ServiceObjects; import org.osgi.service.component.ComponentContext; |