[EMAIL PROTECTED] wrote:
vmassol 2003/03/19 04:07:42

Modified: integration/ant/src/java/org/apache/cactus/integration/ant/webxml
WebXml.java
integration/ant/src/java/org/apache/cactus/integration/ant
WebXmlMergeTask.java
Log:
removed unused @throws clauses
Revision Changes Path
1.13 +1 -2 jakarta-cactus/integration/ant/src/java/org/apache/cactus/integration/ant/webxml/WebXml.java
Index: WebXml.java
===================================================================
RCS file: /home/cvs/jakarta-cactus/integration/ant/src/java/org/apache/cactus/integration/ant/webxml/WebXml.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- WebXml.java 18 Mar 2003 11:09:37 -0000 1.12
+++ WebXml.java 19 Mar 2003 12:07:42 -0000 1.13
@@ -657,7 +657,6 @@
* * @param theElement The element to check
* @param theExpectedTag The expected tag name
- * @throws IllegalArgumentException If the element name doesn't match
*/
private void checkElement(Element theElement, WebXmlTag theExpectedTag)
{

In this case, the exception does get thrown. Okay, it's a unckecked exception, but still should be documented IMHO.


-chris


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to