morgand     01/09/05 14:19:06

  Modified:    latka/src/java/org/apache/commons/latka/xml
                        XMLPreprocessor.java
  Log:
  documented where the preprocessor is used
  
  Revision  Changes    Path
  1.9       +4 -0      
jakarta-commons/latka/src/java/org/apache/commons/latka/xml/XMLPreprocessor.java
  
  Index: XMLPreprocessor.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/latka/src/java/org/apache/commons/latka/xml/XMLPreprocessor.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- XMLPreprocessor.java      2001/08/29 23:15:23     1.8
  +++ XMLPreprocessor.java      2001/09/05 21:19:06     1.9
  @@ -97,6 +97,10 @@
      * @exception IOException
      *                   thrown if the stream could not be read,
      *                   or if variables could not be substituted
  +   *
  +   * @see SuiteHandler#resolveEntity(String,String)
  +   * @see org.apache.commons.latka.Latka#runTests(Suite,LatkaEventInfo) 
  +   *      Latka.runTests(Suite,LatkaEventInfo)
      */
     public Reader preprocessReader(Reader reader) throws IOException {
       BufferedReader buffReader = new BufferedReader(reader);
  
  
  

Reply via email to