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/07/17 18:28:41 UTC

svn commit: r795133 - in /incubator/click/trunk/click/framework: src/org/apache/click/control/ src/org/apache/click/service/ src/org/apache/click/util/ test/org/apache/click/ test/org/apache/click/control/ test/org/apache/click/util/

Author: sabob
Date: Fri Jul 17 16:28:41 2009
New Revision: 795133

URL: http://svn.apache.org/viewvc?rev=795133&view=rev
Log:
remove author tags

Modified:
    incubator/click/trunk/click/framework/src/org/apache/click/control/Column.java
    incubator/click/trunk/click/framework/src/org/apache/click/service/ConsoleLogService.java
    incubator/click/trunk/click/framework/src/org/apache/click/service/VelocityTemplateService.java
    incubator/click/trunk/click/framework/src/org/apache/click/util/ClickUtils.java
    incubator/click/trunk/click/framework/test/org/apache/click/ClickServletTest.java
    incubator/click/trunk/click/framework/test/org/apache/click/ContextTest.java
    incubator/click/trunk/click/framework/test/org/apache/click/control/AttributeTest.java
    incubator/click/trunk/click/framework/test/org/apache/click/util/ContainerMessageMapTest.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=795133&r1=795132&r2=795133&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 Fri Jul 17 16:28:41 2009
@@ -1444,8 +1444,6 @@
      *
      * @see org.apache.click.control.Column
      * @see org.apache.click.control.Table
-     *
-     * @author Malcolm Edgar
      */
     static class ColumnComparator implements Comparator, Serializable {
 

Modified: incubator/click/trunk/click/framework/src/org/apache/click/service/ConsoleLogService.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/org/apache/click/service/ConsoleLogService.java?rev=795133&r1=795132&r2=795133&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/org/apache/click/service/ConsoleLogService.java (original)
+++ incubator/click/trunk/click/framework/src/org/apache/click/service/ConsoleLogService.java Fri Jul 17 16:28:41 2009
@@ -30,8 +30,6 @@
  * <p/>
  * However you can instruct Click to use a different log service implementation.
  * Please see {@link LogService} for more details.
- *
- * @author Malcolm Edgar
  */
 public class ConsoleLogService implements LogService {
 

Modified: incubator/click/trunk/click/framework/src/org/apache/click/service/VelocityTemplateService.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/org/apache/click/service/VelocityTemplateService.java?rev=795133&r1=795132&r2=795133&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/org/apache/click/service/VelocityTemplateService.java (original)
+++ incubator/click/trunk/click/framework/src/org/apache/click/service/VelocityTemplateService.java Fri Jul 17 16:28:41 2009
@@ -623,8 +623,6 @@
      * Velocity logging.
      * <p/>
      * <b>PLEASE NOTE</b> this class is <b>not</b> for public use.
-     *
-     *  @author Malcolm Edgar
      */
     public static class LogChuteAdapter implements LogChute {
 

Modified: incubator/click/trunk/click/framework/src/org/apache/click/util/ClickUtils.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/org/apache/click/util/ClickUtils.java?rev=795133&r1=795132&r2=795133&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/org/apache/click/util/ClickUtils.java (original)
+++ incubator/click/trunk/click/framework/src/org/apache/click/util/ClickUtils.java Fri Jul 17 16:28:41 2009
@@ -80,8 +80,6 @@
 
 /**
  * Provides miscellaneous Form, String and Stream utility methods.
- *
- * @author Malcolm Edgar
  */
 public class ClickUtils {
 

Modified: incubator/click/trunk/click/framework/test/org/apache/click/ClickServletTest.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/test/org/apache/click/ClickServletTest.java?rev=795133&r1=795132&r2=795133&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/test/org/apache/click/ClickServletTest.java (original)
+++ incubator/click/trunk/click/framework/test/org/apache/click/ClickServletTest.java Fri Jul 17 16:28:41 2009
@@ -24,9 +24,7 @@
 import org.apache.click.pages.ListenerPage;
 
 /**
- * Test ClickServlet behavior.
- * 
- * @author Bob Schellink
+ * Provides tests for ClickServlet behavior.
  */
 public class ClickServletTest extends TestCase {
 

Modified: incubator/click/trunk/click/framework/test/org/apache/click/ContextTest.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/test/org/apache/click/ContextTest.java?rev=795133&r1=795132&r2=795133&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/test/org/apache/click/ContextTest.java (original)
+++ incubator/click/trunk/click/framework/test/org/apache/click/ContextTest.java Fri Jul 17 16:28:41 2009
@@ -23,9 +23,7 @@
 import junit.framework.TestCase;
 
 /**
- * Test Context behavior.
- * 
- * @author Bob Schellink
+ * Provides tests for Context behavior.
  */
 public class ContextTest extends TestCase {
 

Modified: incubator/click/trunk/click/framework/test/org/apache/click/control/AttributeTest.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/test/org/apache/click/control/AttributeTest.java?rev=795133&r1=795132&r2=795133&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/test/org/apache/click/control/AttributeTest.java (original)
+++ incubator/click/trunk/click/framework/test/org/apache/click/control/AttributeTest.java Fri Jul 17 16:28:41 2009
@@ -22,9 +22,7 @@
 import org.apache.click.MockContext;
 
 /**
- * Test for manipulating html attributes of Click Controls.
- * 
- * @author Bob Schellink
+ * Provide tests for manipulating html attributes of Click Controls.
  */
 public class AttributeTest extends TestCase {
         

Modified: incubator/click/trunk/click/framework/test/org/apache/click/util/ContainerMessageMapTest.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/test/org/apache/click/util/ContainerMessageMapTest.java?rev=795133&r1=795132&r2=795133&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/test/org/apache/click/util/ContainerMessageMapTest.java (original)
+++ incubator/click/trunk/click/framework/test/org/apache/click/util/ContainerMessageMapTest.java Fri Jul 17 16:28:41 2009
@@ -28,8 +28,7 @@
 import org.apache.click.control.TextField;
 
 /**
- *
- * @author Bob Schellink
+ * Provides a message map test for Containers.
  */
 public class ContainerMessageMapTest extends TestCase {