Latest fix continued. :-(

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352487 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rainer Klute 2002-04-26 05:33:50 +00:00
parent a51ce3a779
commit 0c896ac90e

View File

@ -181,9 +181,9 @@ static class MyPOIFSReaderListener implements POIFSReaderListener
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