Repository: tapestry-5
Updated Branches:
  refs/heads/5.4.x 2567aa911 -> 48586f306


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/48586f30
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/48586f30
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/48586f30

Branch: refs/heads/5.4.x
Commit: 48586f306f9244940a8441561709770a79e54e14
Parents: 2567aa9
Author: Jochen Kemnade <jochen.kemn...@eddyson.de>
Authored: Mon Mar 20 09:29:07 2017 +0100
Committer: Jochen Kemnade <jochen.kemn...@eddyson.de>
Committed: Mon Mar 20 09:29:38 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/48586f30/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) {

Reply via email to