Author: sabob
Date: Fri Jun 11 16:29:55 2010
New Revision: 953756
URL: http://svn.apache.org/viewvc?rev=953756&view=rev
Log:
javadoc
Modified:
click/trunk/click/framework/src/org/apache/click/util/ClickUtils.java
Modified: click/trunk/click/framework/src/org/apache/click/util/ClickUtils.java
URL: http://svn.apache.org/viewvc/click/trunk/click/framework/src/org/apache/click/util/ClickUtils.java?rev=953756&r1=953755&r2=953756&view=diff
==============================================================================
--- click/trunk/click/framework/src/org/apache/click/util/ClickUtils.java (original)
+++ click/trunk/click/framework/src/org/apache/click/util/ClickUtils.java Fri Jun 11 16:29:55
2010
@@ -2046,7 +2046,7 @@ public class ClickUtils {
/**
* Get the parent page of the given control or null if the control has no
- * parent set. This method will walk up the control's parent hierarchy to
+ * parent. This method will walk up the control's parent hierarchy to
* find its parent page.
*
* @param control the control to get the parent page from
|