Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin King committed Nov 18, 2009
1 parent 904b0be commit dc56d76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion reference/en-US/environments.xml
Expand Up @@ -256,7 +256,7 @@ $> ant update</programlisting>
</listitem>
<listitem>
<para>
Decorators
Interceptors and decorators
</para>
</listitem>
<listitem>
Expand Down
3 changes: 3 additions & 0 deletions reference/en-US/extend.xml
Expand Up @@ -620,6 +620,9 @@ lastName=King</programlisting>
catch (NoSuchFieldException nsfe) {
pit.addDefinitionError(nsfe);
}
finally {
stream.close();
}
}
}
catch (IOException ioe) {
Expand Down

0 comments on commit dc56d76

Please sign in to comment.