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 2013/04/26 11:03:04 UTC

[10/11] git commit: WICKET-5147 code formating

WICKET-5147 code formating


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

Branch: refs/heads/master
Commit: 714f81a89a518b6b5dd047539eaaf664aa2c42cc
Parents: 2ca43b4
Author: Michael Mosmann <mi...@mosmann.de>
Authored: Fri Apr 26 07:48:11 2013 +0200
Committer: Michael Mosmann <mi...@mosmann.de>
Committed: Fri Apr 26 07:48:11 2013 +0200

----------------------------------------------------------------------
 .../apache/wicket/protocol/http/mock/Cookies.java  |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/714f81a8/wicket-core/src/main/java/org/apache/wicket/protocol/http/mock/Cookies.java
----------------------------------------------------------------------
diff --git a/wicket-core/src/main/java/org/apache/wicket/protocol/http/mock/Cookies.java b/wicket-core/src/main/java/org/apache/wicket/protocol/http/mock/Cookies.java
index adc7be7..e660772 100644
--- a/wicket-core/src/main/java/org/apache/wicket/protocol/http/mock/Cookies.java
+++ b/wicket-core/src/main/java/org/apache/wicket/protocol/http/mock/Cookies.java
@@ -59,7 +59,8 @@ public final class Cookies
 	}
 
 	/**
-	 * Checks whether two cookies are equal. See http://www.ietf.org/rfc/rfc2109.txt, p.4.3.3
+	 * Checks whether two cookies are equal. 
+	 * See http://www.ietf.org/rfc/rfc2109.txt, p.4.3.3
 	 * 
 	 * @param c1
 	 *            the first cookie