summaryrefslogtreecommitdiffstats
path: root/liferay-integration
diff options
context:
space:
mode:
authorAhmed Ashour <asashour@yahoo.com>2017-09-23 07:34:48 +0200
committerHenri Sara <henri.sara@gmail.com>2017-09-23 08:34:48 +0300
commit73119c7193ca15d385caa55b285044c1c8cc0811 (patch)
treee4da0e3965ade538959b2e8de4b196f47cbef6b9 /liferay-integration
parent60ff3d6c3428b2e353ecc0df90296cecc3e840e0 (diff)
downloadvaadin-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.java2
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;