You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2002/08/04 06:23:10 UTC

cvs commit: jakarta-avalon-excalibur/xmlutil/src/java/org/apache/excalibur/xmlizer XMLizer.java

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>