summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--server/src/com/vaadin/server/ApplicationConfiguration.java4
1 files changed, 1 insertions, 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
*