Skip to content

Commit 81d61cf

Browse files
committed
Fix Javadoc
1 parent 727455a commit 81d61cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public class WarArchiver
6060
*/
6161
private boolean descriptorAdded;
6262

63-
/*
63+
/**
6464
* @deprecated Use setExpectWebXml instead !
6565
* @param excpectWebXml true if web xml is *expected* from the client
6666
*/
@@ -70,7 +70,7 @@ public void setIgnoreWebxml( boolean excpectWebXml )
7070
expectWebXml = excpectWebXml;
7171
}
7272

73-
/*.
73+
/**
7474
* Indicates if the client is required to supply web.xml
7575
* @param excpectWebXml true if web xml is *expected* from the client
7676
*/

0 commit comments

Comments
 (0)