[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-ffa450edef68master
parent
c20a5f300b
commit
15180d93b0
|
|
@ -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 < 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 )
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue