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/0a558dac
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/0a558dac
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/0a558dac

Branch: refs/heads/master
Commit: 0a558dacf6dd59673fb65345b8afde062b6b8413
Parents: c3863fc
Author: svenmeier <[email protected]>
Authored: Thu Sep 20 16:59:38 2012 +0200
Committer: svenmeier <[email protected]>
Committed: Thu Sep 20 16:59:38 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/0a558dac/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