You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2006/04/19 04:45:12 UTC

svn commit: r395112 - /beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/DataGrid.java

Author: ekoneil
Date: Tue Apr 18 19:45:09 2006
New Revision: 395112

URL: http://svn.apache.org/viewcvs?rev=395112&view=rev
Log:
Fix two typos in dataGrid Javadoc.

BB: self
Test: none


Modified:
    beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/DataGrid.java

Modified: beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/DataGrid.java
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/DataGrid.java?rev=395112&r1=395111&r2=395112&view=diff
==============================================================================
--- beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/DataGrid.java (original)
+++ beehive/trunk/netui/src/tags-databinding/org/apache/beehive/netui/tags/databinding/datagrid/DataGrid.java Tue Apr 18 19:45:09 2006
@@ -109,7 +109,7 @@
  * {@link DataGridConfig} and is obtained via the {@link DataGridConfigFactory}.  The default implementation is
  * {@link org.apache.beehive.netui.databinding.datagrid.runtime.config.DefaultDataGridConfig}.  Page authors
  * may provide their own implementations of this object and set an instance via
- * {@link #setDataGridConfig(org.apache.beehive.netui.databinding.datagrid.api.DataGridConfig)}.  This cax be
+ * {@link #setDataGridConfig(org.apache.beehive.netui.databinding.datagrid.api.DataGridConfig)}.  This can be
  * used to change default behaviors, change the appearance of the pager, and change the messages displayed
  * during rendering among other things.
  * </p>
@@ -201,7 +201,7 @@
  * {@link DataGridConfig} and is obtained via the {@link DataGridConfigFactory}.  The default implementation is
  * {@link org.apache.beehive.netui.databinding.datagrid.runtime.config.DefaultDataGridConfig}.  Page authors
  * may provide their own implementations of this object and set an instance via
- * {@link #setDataGridConfig(org.apache.beehive.netui.databinding.datagrid.api.DataGridConfig)}.  This cax be
+ * {@link #setDataGridConfig(org.apache.beehive.netui.databinding.datagrid.api.DataGridConfig)}.  This can be
  * used to change default behaviors, change the appearance of the pager, and change the messages displayed
  * during rendering among other things.
  * </p>