Hey Folks,

A diff follows for how-to.xml of the HPSF project. The Java source code in the 
example makes reference to a variable that isn't defined. The "event" variable 
is changed to "e". The code in the example won't compile without this change. 
Is this right?

jakarta-poi/src/documentation/xdocs/hpsf/how-to.xml

164c164
<                  event.getPath() + event.getName() + "\": "
+ ex);
---
>                  e.getPath() + e.getName() + "\": " + ex);

Thanks,
Drew

___________________
Drew Varner
[EMAIL PROTECTED]

Reply via email to