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)
       {
  
  
  
  1.8       +1 -2      
jakarta-cactus/integration/ant/src/java/org/apache/cactus/integration/ant/WebXmlMergeTask.java
  
  Index: WebXmlMergeTask.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/integration/ant/src/java/org/apache/cactus/integration/ant/WebXmlMergeTask.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- WebXmlMergeTask.java      18 Mar 2003 11:09:37 -0000      1.7
  +++ WebXmlMergeTask.java      19 Mar 2003 12:07:42 -0000      1.8
  @@ -300,7 +300,6 @@
        * 
        * @param theSrcWebXml The original descriptor
        * @param theMergeWebXml The descriptor to merge in
  -     * @throws BuildException If the operation fails
        */
       private void merge(WebXml theSrcWebXml, WebXml theMergeWebXml)
       {
  
  
  

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

Reply via email to