You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by iv...@apache.org on 2007/04/11 23:17:34 UTC

svn commit: r527678 - /incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/servlet/WicketSessionFilter.java

Author: ivaynberg
Date: Wed Apr 11 14:17:33 2007
New Revision: 527678

URL: http://svn.apache.org/viewvc?view=rev&rev=527678
Log:
comment fix

Modified:
    incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/servlet/WicketSessionFilter.java

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/servlet/WicketSessionFilter.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/servlet/WicketSessionFilter.java?view=diff&rev=527678&r1=527677&r2=527678
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/servlet/WicketSessionFilter.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/protocol/http/servlet/WicketSessionFilter.java Wed Apr 11 14:17:33 2007
@@ -35,7 +35,7 @@
 /**
  * <p>
  * This filter can be used to make the Wicket
- * {@link org.apache.wicket.protocol.http.WebSession} instances available to non-org.apache.wicket
+ * {@link org.apache.wicket.protocol.http.WebSession} instances available to non-wicket
  * servlets.
  * </p>
  * <p>