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

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


The following commit(s) were added to refs/heads/master by this push:
     new a8e7c6f  Fix broken javadoc
a8e7c6f is described below

commit a8e7c6f219c4479482cc7e7c40e9de322d4ca556
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Tue Sep 15 11:51:29 2020 +0300

    Fix broken javadoc
---
 wicket-core/src/main/java/org/apache/wicket/Component.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/wicket-core/src/main/java/org/apache/wicket/Component.java 
b/wicket-core/src/main/java/org/apache/wicket/Component.java
index ca787c9..779eb61 100644
--- a/wicket-core/src/main/java/org/apache/wicket/Component.java
+++ b/wicket-core/src/main/java/org/apache/wicket/Component.java
@@ -2119,8 +2119,6 @@ public abstract class Component
         * @param setRenderingFlag
         *            if this is false only the PREPARED_FOR_RENDER flag is 
removed from component, the
         *            RENDERING flag is not set.
-        * 
-        * @see #internalPrepareForRender(boolean)
         */
        public final void markRendering(boolean setRenderingFlag)
        {

Reply via email to