This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-functor.git


The following commit(s) were added to refs/heads/master by this push:
     new 887ab8a  Javadoc
887ab8a is described below

commit 887ab8aa63748f6ec01ac61f6d4e2c897ed32c99
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sun Mar 16 10:48:01 2025 -0400

    Javadoc
    
    Our guidelines recommends avoiding personal Javadoc author tags
---
 .../apache/commons/functor/aggregator/AbstractTimedAggregatorTest.java  | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/core/src/test/java/org/apache/commons/functor/aggregator/AbstractTimedAggregatorTest.java
 
b/core/src/test/java/org/apache/commons/functor/aggregator/AbstractTimedAggregatorTest.java
index 1cf280f..ad2c026 100644
--- 
a/core/src/test/java/org/apache/commons/functor/aggregator/AbstractTimedAggregatorTest.java
+++ 
b/core/src/test/java/org/apache/commons/functor/aggregator/AbstractTimedAggregatorTest.java
@@ -118,8 +118,6 @@ public class AbstractTimedAggregatorTest extends 
BaseFunctorTest {
     /**
      * Simple timed aggregator which just stores the latest object and returns
      * it when evaluating the result.
-     *
-     * @author Liviu Tudor http://about.me/liviutudor
      */
     class SimpleStoreTimedAggregator extends AbstractTimedAggregator<Integer> {
         private Integer object;

Reply via email to