You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2012/07/09 00:21:33 UTC

[3/9] git commit: Add missing @since marker

Add missing @since marker


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/68bcdca2
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/68bcdca2
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/68bcdca2

Branch: refs/heads/5.4-js-rewrite
Commit: 68bcdca28b80c681bfcb3552dc5ab9608aa91f7b
Parents: 8988cdc
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Sun Jul 8 15:05:47 2012 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Sun Jul 8 15:05:47 2012 -0700

----------------------------------------------------------------------
 .../java/org/apache/tapestry5/json/JSONObject.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/68bcdca2/tapestry-json/src/main/java/org/apache/tapestry5/json/JSONObject.java
----------------------------------------------------------------------
diff --git a/tapestry-json/src/main/java/org/apache/tapestry5/json/JSONObject.java b/tapestry-json/src/main/java/org/apache/tapestry5/json/JSONObject.java
index e171cc0..33fd585 100644
--- a/tapestry-json/src/main/java/org/apache/tapestry5/json/JSONObject.java
+++ b/tapestry-json/src/main/java/org/apache/tapestry5/json/JSONObject.java
@@ -961,6 +961,7 @@ public final class JSONObject extends JSONCollection
      * @param newProperties
      *         to add to this JSONObject
      * @return this JSONObject
+     * @since 5.4
      */
     public JSONObject putAll(Map<String, Object> newProperties)
     {