From 28a504e64a9701ccae9177cf815e27a13b1b1ca1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Leif=20=C3=85strand?= Date: Thu, 6 Sep 2012 08:54:13 +0300 Subject: [PATCH] Remove invalid import --- server/src/com/vaadin/server/ApplicationConfiguration.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/server/src/com/vaadin/server/ApplicationConfiguration.java b/server/src/com/vaadin/server/ApplicationConfiguration.java index 1b56906f78..dfb202f3fa 100644 --- a/server/src/com/vaadin/server/ApplicationConfiguration.java +++ b/server/src/com/vaadin/server/ApplicationConfiguration.java @@ -18,8 +18,6 @@ package com.vaadin.server; import java.util.Properties; -import org.apache.catalina.core.ApplicationContext; - /** * A collection of properties configured for all applications as well as a way * of accessing third party properties not explicitely supported by this class. @@ -63,7 +61,7 @@ public interface ApplicationConfiguration { * should be closed after they have been idle the maximum inactivity time * enforced by the session. * - * @see ApplicationContext#getMaxInactiveInterval() + * @see WrappedSession#getMaxInactiveInterval() * * @since 7.0.0 * -- 2.39.5