[MPLUGIN-292] HelpMojo contains malformed HTML which causes javadoc to fail under JDK 8

Apply proper html escaping

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1756391 13f79535-47bb-0310-9956-ffa450edef68
master
Robert Scholte 2016-08-15 14:48:09 +00:00
parent c20a5f300b
commit 15180d93b0
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ public class HelpMojo
* @param str String to repeat * @param str String to repeat
* @param repeat number of times to repeat str * @param repeat number of times to repeat str
* @return String with repeated String * @return String with repeated String
* @throws NegativeArraySizeException if <code>repeat < 0</code> * @throws NegativeArraySizeException if <code>repeat &lt; 0</code>
* @throws NullPointerException if str is <code>null</code> * @throws NullPointerException if str is <code>null</code>
*/ */
private static String repeat( String str, int repeat ) private static String repeat( String str, int repeat )