[weld-commits] Weld SVN: r5099 - doc/trunk/reference/en-US.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Wed Nov 18 10:56:48 EST 2009


Author: gavin.king at jboss.com
Date: 2009-11-18 10:56:48 -0500 (Wed, 18 Nov 2009)
New Revision: 5099

Modified:
   doc/trunk/reference/en-US/environments.xml
   doc/trunk/reference/en-US/extend.xml
Log:
minor fixes

Modified: doc/trunk/reference/en-US/environments.xml
===================================================================
--- doc/trunk/reference/en-US/environments.xml	2009-11-18 15:49:28 UTC (rev 5098)
+++ doc/trunk/reference/en-US/environments.xml	2009-11-18 15:56:48 UTC (rev 5099)
@@ -256,7 +256,7 @@
          </listitem>
          <listitem>
             <para>
-               Decorators
+               Interceptors and decorators
             </para>
          </listitem>
          <listitem>

Modified: doc/trunk/reference/en-US/extend.xml
===================================================================
--- doc/trunk/reference/en-US/extend.xml	2009-11-18 15:49:28 UTC (rev 5098)
+++ doc/trunk/reference/en-US/extend.xml	2009-11-18 15:56:48 UTC (rev 5099)
@@ -620,6 +620,9 @@
                     catch (NoSuchFieldException nsfe) {
                         pit.addDefinitionError(nsfe);
                     }
+                    finally {
+                        stream.close();
+                    }
                 }
             }
             catch (IOException ioe) {



More information about the weld-commits mailing list