]> source.dussan.org Git - vaadin-framework.git/commitdiff
Remove invalid import
authorLeif Åstrand <leif@vaadin.com>
Thu, 6 Sep 2012 05:54:13 +0000 (08:54 +0300)
committerLeif Åstrand <leif@vaadin.com>
Thu, 6 Sep 2012 05:54:13 +0000 (08:54 +0300)
server/src/com/vaadin/server/ApplicationConfiguration.java

index 1b56906f78ab0deb9fa3c270a617a7513d2606c5..dfb202f3fa6e9a733da89cd3330950ba4b05bd9f 100644 (file)
@@ -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
      *