Skip to content

Commit 300c5c5

Browse files
committed
Fix broken JavaDoc comments
The JavaDoc contains broken HTML5 that causes the JavaDoc generation on JDK 11+ to fail. Fixes #144
1 parent 5fe1c88 commit 300c5c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/org/codehaus/plexus/archiver/war/WarArchiver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public WarArchiver()
8787

8888
/**
8989
* set the deployment descriptor to use (WEB-INF/web.xml);
90-
* required unless <tt>update=true</tt>
90+
* required unless <code>update=true</code>
9191
*/
9292
public void setWebxml( File descr )
9393
throws ArchiverException

src/test/java/org/codehaus/plexus/archiver/jar/IndexTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import static org.codehaus.plexus.archiver.util.Streams.bufferedInputStream;
2424

2525
/**
26-
* @author Richard van der Hoff <[email protected]>
26+
* @author <a href="mailto:[email protected]">Richard van der Hoff</a>
2727
*/
2828
public class IndexTest extends PlexusTestCase
2929
{

0 commit comments

Comments
 (0)