donaldp     2002/08/03 21:23:10

  Modified:    xmlutil/src/java/org/apache/excalibur/xmlizer XMLizer.java
  Log:
  Add todo note
  
  Revision  Changes    Path
  1.3       +2 -1      
jakarta-avalon-excalibur/xmlutil/src/java/org/apache/excalibur/xmlizer/XMLizer.java
  
  Index: XMLizer.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/xmlutil/src/java/org/apache/excalibur/xmlizer/XMLizer.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XMLizer.java      10 Jul 2002 09:28:05 -0000      1.2
  +++ XMLizer.java      4 Aug 2002 04:23:10 -0000       1.3
  @@ -37,6 +37,7 @@
        * @param mimeType  the mime-type for the data
        * @param systemID  the URI defining the data (this is optional and can be null)
        * @throws ComponentException if no suitable converter is found
  +     * @todo Remove ComponentException as it has no place being part of the worker 
interface
        */
       void toSAX( InputStream    stream,
                   String         mimeType,
  
  
  

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

Reply via email to