Drew Varner <[EMAIL PROTECTED]> wrote:
>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);

Fixed. Thanks for the hint!

Best regards
Rainer Klute

                           Rainer Klute IT-Consulting GmbH i. Gr.
  Dipl.-Inform.
  Rainer Klute             E-Mail:  [EMAIL PROTECTED]
  K�rner Grund 24          Telefon: +49 172 2324824
D-44143 Dortmund           Telefax: +49 231 5349423

Reply via email to