Updated Branches:
  refs/heads/wicket-1.5.x 7e12be081 -> f3bea8908

WICKET-4755 enhance javadoc


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

Branch: refs/heads/wicket-1.5.x
Commit: f3bea8908594c46831373e3ae9c376775daf7dc3
Parents: 7e12be0
Author: svenmeier <[email protected]>
Authored: Thu Sep 20 16:59:26 2012 +0200
Committer: svenmeier <[email protected]>
Committed: Thu Sep 20 16:59:26 2012 +0200

----------------------------------------------------------------------
 .../java/org/apache/wicket/util/lang/Objects.java  |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/f3bea890/wicket-util/src/main/java/org/apache/wicket/util/lang/Objects.java
----------------------------------------------------------------------
diff --git a/wicket-util/src/main/java/org/apache/wicket/util/lang/Objects.java 
b/wicket-util/src/main/java/org/apache/wicket/util/lang/Objects.java
index fd0488e..4757401 100755
--- a/wicket-util/src/main/java/org/apache/wicket/util/lang/Objects.java
+++ b/wicket-util/src/main/java/org/apache/wicket/util/lang/Objects.java
@@ -278,8 +278,8 @@ public final class Objects
        }
 
        /**
-        * Returns the value converted numerically to the given class type
-        * 
+        * Convert between basic Java types, i.e. primitives and their 
wrappers, numbers and strings.
+        * <p>
         * This method also detects when arrays are being converted and 
converts the components of one
         * array to the type of the other.
         * 

Reply via email to