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/05/08 16:52:33 UTC

git commit: WICKET-4502 Make it easier to produce a page with links with absolute urls

Updated Branches:
  refs/heads/wicket-1.5.x f7444e631 -> 56222749b


WICKET-4502 Make it easier to produce a page with links with absolute urls


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

Branch: refs/heads/wicket-1.5.x
Commit: 56222749bbeb305e84ecbf3c6dbab94780c4d53d
Parents: f7444e6
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Tue May 8 17:50:51 2012 +0300
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Tue May 8 17:50:51 2012 +0300

----------------------------------------------------------------------
 .../main/java/org/apache/wicket/request/Url.java   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/56222749/wicket-request/src/main/java/org/apache/wicket/request/Url.java
----------------------------------------------------------------------
diff --git a/wicket-request/src/main/java/org/apache/wicket/request/Url.java b/wicket-request/src/main/java/org/apache/wicket/request/Url.java
index 652e901..35311fe 100755
--- a/wicket-request/src/main/java/org/apache/wicket/request/Url.java
+++ b/wicket-request/src/main/java/org/apache/wicket/request/Url.java
@@ -57,7 +57,7 @@ import org.apache.wicket.util.string.Strings;
  * @author Matej Knopp
  * @author Igor Vaynberg
  */
-public final class Url implements Serializable
+public class Url implements Serializable
 {
 	private static final long serialVersionUID = 1L;