You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bcel-dev@jakarta.apache.org by tc...@apache.org on 2006/03/02 04:58:42 UTC

svn commit: r382286 - /jakarta/bcel/trunk/xdocs/manual.xml

Author: tcurdt
Date: Wed Mar  1 19:58:40 2006
New Revision: 382286

URL: http://svn.apache.org/viewcvs?rev=382286&view=rev
Log:

fixed

http://issues.apache.org/bugzilla/show_bug.cgi?id=24258


Modified:
    jakarta/bcel/trunk/xdocs/manual.xml

Modified: jakarta/bcel/trunk/xdocs/manual.xml
URL: http://svn.apache.org/viewcvs/jakarta/bcel/trunk/xdocs/manual.xml?rev=382286&r1=382285&r2=382286&view=diff
==============================================================================
--- jakarta/bcel/trunk/xdocs/manual.xml (original)
+++ jakarta/bcel/trunk/xdocs/manual.xml Wed Mar  1 19:58:40 2006
@@ -1128,7 +1128,7 @@
     ...
     try {
       il.delete(match[1], match[5]);
-    } catch(TargetLostException e) { ... }
+    } catch(TargetLostException ex) { ... }
   }
   </source>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: bcel-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bcel-dev-help@jakarta.apache.org