You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by me...@apache.org on 2009/06/06 14:25:33 UTC

svn commit: r782241 - /incubator/click/trunk/click/examples/src/org/apache/click/examples/page/introduction/ControlListenerType1Page.java

Author: medgar
Date: Sat Jun  6 12:25:32 2009
New Revision: 782241

URL: http://svn.apache.org/viewvc?rev=782241&view=rev
Log:
style updates

Modified:
    incubator/click/trunk/click/examples/src/org/apache/click/examples/page/introduction/ControlListenerType1Page.java

Modified: incubator/click/trunk/click/examples/src/org/apache/click/examples/page/introduction/ControlListenerType1Page.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/org/apache/click/examples/page/introduction/ControlListenerType1Page.java?rev=782241&r1=782240&r2=782241&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/org/apache/click/examples/page/introduction/ControlListenerType1Page.java (original)
+++ incubator/click/trunk/click/examples/src/org/apache/click/examples/page/introduction/ControlListenerType1Page.java Sat Jun  6 12:25:32 2009
@@ -33,9 +33,7 @@
  */
 public class ControlListenerType1Page extends BorderPage {
 
-    /* 
-     * Set the listener to this object's "onLinkClick" method.
-     */
+    /* Set the listener to this object's "onLinkClick" method. */
     public ActionLink myLink = new ActionLink(this, "onLinkClick");
 
     /* Public scope variable are automatically added to the model. */