Repository: wicket
Updated Branches:
  refs/heads/wicket-7.x 294423916 -> 796b20ac6


Typo fix in JSONObject

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

Branch: refs/heads/wicket-7.x
Commit: 796b20ac68557f55bcdc46c14f918685ebccb4d5
Parents: 2944239
Author: Tobias Soloschenko <[email protected]>
Authored: Sun Jan 15 14:49:00 2017 +0100
Committer: Tobias Soloschenko <[email protected]>
Committed: Sun Jan 15 14:49:00 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/796b20ac/wicket-core/src/main/java/org/apache/wicket/ajax/json/JSONObject.java
----------------------------------------------------------------------
diff --git 
a/wicket-core/src/main/java/org/apache/wicket/ajax/json/JSONObject.java 
b/wicket-core/src/main/java/org/apache/wicket/ajax/json/JSONObject.java
index 0d147ea..6058311 100644
--- a/wicket-core/src/main/java/org/apache/wicket/ajax/json/JSONObject.java
+++ b/wicket-core/src/main/java/org/apache/wicket/ajax/json/JSONObject.java
@@ -214,7 +214,7 @@ public class JSONObject {
 
     /**
      * Creates a json object from a bean
-     * @param bean the been to create the json object from
+     * @param bean the bean to create the json object from
      * @throws JSONException If there is an exception while reading the bean
      */
     public JSONObject(Object bean) throws JSONException {

Reply via email to