Skip to content

Commit

Permalink
fix wrapped line
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin King committed Nov 16, 2009
1 parent 2354c45 commit bf9f9a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion reference/en-US/extend.xml
Expand Up @@ -354,7 +354,8 @@ MyBean(MyExtension myExtension) {
}
@Override
public void destroy(SecurityManager instance, CreationalContext<SecurityManager> ctx) {
public void destroy(SecurityManager instance,
CreationalContext<SecurityManager> ctx) {
it.preDestroy(instance);
it.dispose(instance);
ctx.release();
Expand Down

0 comments on commit bf9f9a9

Please sign in to comment.