You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by jk...@apache.org on 2017/03/20 08:29:23 UTC

tapestry-5 git commit: TAP5-2575: another JavaDoc fix

Repository: tapestry-5
Updated Branches:
  refs/heads/master 4305047ef -> ea4db57b9


TAP5-2575: another JavaDoc fix


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

Branch: refs/heads/master
Commit: ea4db57b91fc8153a553f78c7a10b043080d4ce9
Parents: 4305047
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Mon Mar 20 09:29:07 2017 +0100
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Mon Mar 20 09:29:07 2017 +0100

----------------------------------------------------------------------
 .../src/main/java/org/apache/tapestry5/json/JSONArray.java         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/ea4db57b/tapestry-json/src/main/java/org/apache/tapestry5/json/JSONArray.java
----------------------------------------------------------------------
diff --git a/tapestry-json/src/main/java/org/apache/tapestry5/json/JSONArray.java b/tapestry-json/src/main/java/org/apache/tapestry5/json/JSONArray.java
index d407866..c1fb7f4 100644
--- a/tapestry-json/src/main/java/org/apache/tapestry5/json/JSONArray.java
+++ b/tapestry-json/src/main/java/org/apache/tapestry5/json/JSONArray.java
@@ -88,7 +88,7 @@ public final class JSONArray extends JSONCollection implements Iterable<Object>
     /**
      * Creates a new {@code JSONArray} with values from the given primitive array.
      *
-     * @param array The values to use.
+     * @param values The values to use.
      * @throws RuntimeException if any of the values are non-finite double values (i.e. NaN or infinite)
      */
     public JSONArray(Object... values) {