You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2009/10/27 09:07:58 UTC

svn commit: r830089 - /incubator/click/trunk/click/framework/src/org/apache/click/control/Column.java

Author: sabob
Date: Tue Oct 27 08:07:57 2009
New Revision: 830089

URL: http://svn.apache.org/viewvc?rev=830089&view=rev
Log:
cleanup

Modified:
    incubator/click/trunk/click/framework/src/org/apache/click/control/Column.java

Modified: incubator/click/trunk/click/framework/src/org/apache/click/control/Column.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/org/apache/click/control/Column.java?rev=830089&r1=830088&r2=830089&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/org/apache/click/control/Column.java (original)
+++ incubator/click/trunk/click/framework/src/org/apache/click/control/Column.java Tue Oct 27 08:07:57 2009
@@ -1262,12 +1262,11 @@
      * Return the column name property value from the given row object.
      * <p/>
      * If the row object is a <tt>Map</tt> this method will attempt to return
-     * the map value for the column name.
-     * <p/>
-     * The row map lookup will be performed using the property name,
-     * if a value is not found the property name in uppercase will be used,
-     * if a value is still not found the property name in lowercase will be used.
-     * If a map value is still not found then this method will return null.
+     * the map value for the column name. The row map lookup will be performed
+     * using the property name, if a value is not found the property name in
+     * uppercase will be used, if a value is still not found the property name
+     * in lowercase will be used. If a map value is still not found then this
+     * method will return null.
      * <p/>
      * Object property values can also be specified using a path expression.
      *
@@ -1283,12 +1282,11 @@
      * Return the column property value from the given row object and property name.
      * <p/>
      * If the row object is a <tt>Map</tt> this method will attempt to return
-     * the map value for the column.
-     * <p/>
-     * The row map lookup will be performed using the property name,
-     * if a value is not found the property name in uppercase will be used,
-     * if a value is still not found the property name in lowercase will be used.
-     * If a map value is still not found then this method will return null.
+     * the map value for the column. The row map lookup will be performed using
+     * the property name, if a value is not found the property name in uppercase
+     * will be used, if a value is still not found the property name in lowercase
+     * will be used. If a map value is still not found then this method will
+     * return null.
      * <p/>
      * Object property values can also be specified using a path expression.
      *