You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by an...@apache.org on 2007/10/09 13:08:29 UTC

svn commit: r583108 - /tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/pageload/PageSource.java

Author: andyhot
Date: Tue Oct  9 04:08:28 2007
New Revision: 583108

URL: http://svn.apache.org/viewvc?rev=583108&view=rev
Log:
unused import

Modified:
    tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/pageload/PageSource.java

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/pageload/PageSource.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/pageload/PageSource.java?rev=583108&r1=583107&r2=583108&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/pageload/PageSource.java (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/pageload/PageSource.java Tue Oct  9 04:08:28 2007
@@ -31,7 +31,6 @@
 import org.apache.tapestry.event.ResetEventListener;
 import org.apache.tapestry.internal.pageload.PageKey;
 import org.apache.tapestry.resolver.PageSpecificationResolver;
-import org.apache.tapestry.util.MultiKey;
 
 /**
  * A source for pages for a particular application. Each application should have its own
@@ -72,8 +71,8 @@
     static final long MINUTE = 1000 * 60;
     
     /**
-     * The pool of {@link IPage}s. The key is a {@link MultiKey}, built from the page name and the
-     * page locale.
+     * The pool of {@link IPage}s. The key is a {@link org.apache.tapestry.util.MultiKey}, 
+     * built from the page name and the page locale.
      */
     GenericKeyedObjectPool _pool;