We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 727455a commit 81d61cfCopy full SHA for 81d61cf
src/main/java/org/codehaus/plexus/archiver/war/WarArchiver.java
@@ -60,7 +60,7 @@ public class WarArchiver
60
*/
61
private boolean descriptorAdded;
62
63
- /*
+ /**
64
* @deprecated Use setExpectWebXml instead !
65
* @param excpectWebXml true if web xml is *expected* from the client
66
@@ -70,7 +70,7 @@ public void setIgnoreWebxml( boolean excpectWebXml )
70
expectWebXml = excpectWebXml;
71
}
72
73
- /*.
74
* Indicates if the client is required to supply web.xml
75
76
0 commit comments