klute       02/04/25 22:33:50

  Modified:    src/documentation/xdocs/hpsf how-to.xml
  Log:
  Latest fix continued. :-(
  
  Revision  Changes    Path
  1.7       +3 -3      jakarta-poi/src/documentation/xdocs/hpsf/how-to.xml
  
  Index: how-to.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/src/documentation/xdocs/hpsf/how-to.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- how-to.xml        26 Apr 2002 05:27:29 -0000      1.6
  +++ how-to.xml        26 Apr 2002 05:33:50 -0000      1.7
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"
   "../dtd/document-v11.dtd">
  -<!-- $Id: how-to.xml,v 1.6 2002/04/26 05:27:29 klute Exp $ -->
  +<!-- $Id: how-to.xml,v 1.7 2002/04/26 05:33:50 klute Exp $ -->
   
   <document>
    <header>
  @@ -181,9 +181,9 @@
         title. The instance is created in a <code>try</code> block:</p>
   
        <source>si = (SummaryInformation)
  -                 PropertySetFactory.create(e.getStream());</source>
  +                 PropertySetFactory.create(event.getStream());</source>
   
  -     <p>The expression <code>e.getStream()</code> returns the input stream
  +     <p>The expression <code>event.getStream()</code> returns the input stream
         containing the bytes of the property set stream named
         <em>\005SummaryInformation</em>. This stream is passed into the
         <code>create</code> method of the factory class
  
  
  


Reply via email to