You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2021/05/27 12:13:45 UTC

[wicket] 01/02: Remove useless @author

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

mgrigorov pushed a commit to branch wicket-9.x
in repository https://gitbox.apache.org/repos/asf/wicket.git

commit 884e5b8fabdc4f600632435b7302ac45befc8730
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Thu May 27 15:07:37 2021 +0300

    Remove useless @author
---
 .../java/org/apache/wicket/markup/html/form/LambdaChoiceRenderer.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/wicket-core/src/main/java/org/apache/wicket/markup/html/form/LambdaChoiceRenderer.java b/wicket-core/src/main/java/org/apache/wicket/markup/html/form/LambdaChoiceRenderer.java
index 79070fa..27cc03d 100644
--- a/wicket-core/src/main/java/org/apache/wicket/markup/html/form/LambdaChoiceRenderer.java
+++ b/wicket-core/src/main/java/org/apache/wicket/markup/html/form/LambdaChoiceRenderer.java
@@ -44,7 +44,6 @@ import org.danekja.java.util.function.serializable.SerializableFunction;
  * </p>
  *
  * @param <T> The model object type
- * @author
  */
 public class LambdaChoiceRenderer<T> implements IChoiceRenderer<T> {
     private static final long serialVersionUID = 1L;