morgand     2003/01/26 02:28:45

  Modified:    jelly/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant
                        TaskSource.java
  Log:
  converting ant taglib from Exception to JellyTagException
  
  Revision  Changes    Path
  1.7       +1 -1      
jakarta-commons-sandbox/jelly/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/TaskSource.java
  
  Index: TaskSource.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/jelly/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/TaskSource.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- TaskSource.java   26 Jan 2003 10:26:54 -0000      1.6
  +++ TaskSource.java   26 Jan 2003 10:28:44 -0000      1.7
  @@ -74,7 +74,7 @@
       /** 
        * @return the Ant object which may be an Ant Task or nested element
        */
  -    public Object getTaskObject() throws Exception;
  +    public Object getTaskObject() throws JellyTagException;
       
       /**
        * Allows nested tags to set a property on the task object of this tag
  
  
  

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

Reply via email to