Repository: wicket
Updated Branches:
  refs/heads/wicket-7.x 383016060 -> 9abdbbdd1


WICKET-5623 javadoc explain null


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

Branch: refs/heads/wicket-7.x
Commit: 9abdbbdd1f13814f2387b7140d8eb09c52eafc4a
Parents: ec685cb
Author: Sven Meier <svenme...@apache.org>
Authored: Thu Jul 14 20:04:26 2016 +0200
Committer: Sven Meier <svenme...@apache.org>
Committed: Wed Jul 20 00:25:47 2016 +0200

----------------------------------------------------------------------
 .../apache/wicket/core/util/lang/PropertyResolver.java  | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/9abdbbdd/wicket-core/src/main/java/org/apache/wicket/core/util/lang/PropertyResolver.java
----------------------------------------------------------------------
diff --git 
a/wicket-core/src/main/java/org/apache/wicket/core/util/lang/PropertyResolver.java
 
b/wicket-core/src/main/java/org/apache/wicket/core/util/lang/PropertyResolver.java
index 28023e1..ad51533 100644
--- 
a/wicket-core/src/main/java/org/apache/wicket/core/util/lang/PropertyResolver.java
+++ 
b/wicket-core/src/main/java/org/apache/wicket/core/util/lang/PropertyResolver.java
@@ -263,13 +263,13 @@ public final class PropertyResolver
 
        /**
         * Receives the class parameter also, since this method can resolve the 
type for some
-        * expression, only knowing the target class
+        * expression, only knowing the target class.
         *
-        * @param expression
-        * @param object
-        * @param tryToCreateNull
-        * @param clz
-        * @return {@link ObjectWithGetAndSet}
+        * @param expression property expression
+        * @param object root object
+        * @param tryToCreateNull how should null values be handled
+        * @param clz owning clazz
+        * @return final getAndSet and the target to apply it on, or {@code 
null} if expression results in an intermediate null
         */
        private static ObjectWithGetAndSet getObjectWithGetAndSet(final String 
expression, final Object object, final int tryToCreateNull, Class<?> clz)
        {

Reply via email to