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 2019/02/05 15:42:42 UTC

[wicket] branch wicket-7.x updated: Fix javadoc build issue:

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

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


The following commit(s) were added to refs/heads/wicket-7.x by this push:
     new bcf516a  Fix javadoc build issue:
bcf516a is described below

commit bcf516a3928f7db8af87f046de12450bafe74a7f
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Tue Feb 5 17:41:37 2019 +0200

    Fix javadoc build issue:
    
    [ERROR] /tmp/w712/apache-wicket-7.12.0/wicket-core/src/main/java/org/apache/wicket/page/PartialPageUpdate.java:307: error - JavaScript found in documentation comment.
    [ERROR] Use --allow-script-in-comments to allow use of JavaScript.
---
 wicket-core/src/main/java/org/apache/wicket/page/PartialPageUpdate.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wicket-core/src/main/java/org/apache/wicket/page/PartialPageUpdate.java b/wicket-core/src/main/java/org/apache/wicket/page/PartialPageUpdate.java
index 2bef5e2..7522505 100644
--- a/wicket-core/src/main/java/org/apache/wicket/page/PartialPageUpdate.java
+++ b/wicket-core/src/main/java/org/apache/wicket/page/PartialPageUpdate.java
@@ -299,7 +299,7 @@ public abstract class PartialPageUpdate
 	protected abstract void writeHeader(Response response, String encoding);
 
 	/**
-	 * Writes header contribution (<link/> or <script/>) to the response.
+	 * Writes header contribution (&lt;link/&gt; or &lt;script/&gt;) to the response.
 	 *
 	 * @param response
 	 *      the response to write to