From 01a123cb98e216da94d48fe0263ce21daa990572 Mon Sep 17 00:00:00 2001 From: Rainer Klute Date: Fri, 26 Apr 2002 05:33:50 +0000 Subject: [PATCH] Latest fix continued. :-( git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352487 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/xdocs/hpsf/how-to.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/documentation/xdocs/hpsf/how-to.xml b/src/documentation/xdocs/hpsf/how-to.xml index 8447b638e5..337a8e74c3 100644 --- a/src/documentation/xdocs/hpsf/how-to.xml +++ b/src/documentation/xdocs/hpsf/how-to.xml @@ -181,9 +181,9 @@ static class MyPOIFSReaderListener implements POIFSReaderListener title. The instance is created in a try block:

si = (SummaryInformation) - PropertySetFactory.create(e.getStream()); + PropertySetFactory.create(event.getStream()); -

The expression e.getStream() returns the input stream +

The expression event.getStream() returns the input stream containing the bytes of the property set stream named \005SummaryInformation. This stream is passed into the create method of the factory class