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 2014/03/06 09:33:24 UTC

[07/19] git commit: Add a reference to JSONObject#quote(String)

Add a reference to JSONObject#quote(String)


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

Branch: refs/heads/master
Commit: 9575f0d93901b7163a46c2ea38f43f135ecd7d50
Parents: 63d529a
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Thu Mar 6 10:04:15 2014 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Thu Mar 6 10:04:15 2014 +0200

----------------------------------------------------------------------
 .../java/org/apache/wicket/core/util/string/JavaScriptUtils.java    | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/9575f0d9/wicket-core/src/main/java/org/apache/wicket/core/util/string/JavaScriptUtils.java
----------------------------------------------------------------------
diff --git a/wicket-core/src/main/java/org/apache/wicket/core/util/string/JavaScriptUtils.java b/wicket-core/src/main/java/org/apache/wicket/core/util/string/JavaScriptUtils.java
index c4862aa..098efed 100644
--- a/wicket-core/src/main/java/org/apache/wicket/core/util/string/JavaScriptUtils.java
+++ b/wicket-core/src/main/java/org/apache/wicket/core/util/string/JavaScriptUtils.java
@@ -83,6 +83,7 @@ public class JavaScriptUtils
 	 * @param input
 	 *            the JavaScript which needs to be escaped
 	 * @return Escaped version of the input
+	 * @see org.apache.wicket.ajax.json.JSONObject#quote(String)
 	 */
 	public static CharSequence escapeQuotes(final CharSequence input)
 	{