You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2012/03/29 13:23:33 UTC

git commit: Fix broken javadoc link. ISessionSettings doesn't exists anymore.

Updated Branches:
  refs/heads/master 53442bb4a -> 85bef93fc


Fix broken javadoc link. ISessionSettings doesn't exists anymore.


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/85bef93f
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/85bef93f
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/85bef93f

Branch: refs/heads/master
Commit: 85bef93fc5dc095217d9dd7b4e05c6d33f99bc39
Parents: 53442bb
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Thu Mar 29 13:22:59 2012 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Thu Mar 29 13:22:59 2012 +0200

----------------------------------------------------------------------
 .../wicket/protocol/http/WebApplication.java       |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/85bef93f/wicket-core/src/main/java/org/apache/wicket/protocol/http/WebApplication.java
----------------------------------------------------------------------
diff --git a/wicket-core/src/main/java/org/apache/wicket/protocol/http/WebApplication.java b/wicket-core/src/main/java/org/apache/wicket/protocol/http/WebApplication.java
index f0b93ec..2e6a846 100644
--- a/wicket-core/src/main/java/org/apache/wicket/protocol/http/WebApplication.java
+++ b/wicket-core/src/main/java/org/apache/wicket/protocol/http/WebApplication.java
@@ -108,7 +108,6 @@ import org.slf4j.LoggerFactory;
  * @see org.apache.wicket.settings.IRequestCycleSettings
  * @see org.apache.wicket.settings.IResourceSettings
  * @see org.apache.wicket.settings.ISecuritySettings
- * @see org.apache.wicket.settings.ISessionSettings
  * @see javax.servlet.Filter
  * @see javax.servlet.FilterConfig
  * @see javax.servlet.ServletContext