code formatting

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1342907 13f79535-47bb-0310-9956-ffa450edef68
master
Herve Boutemy 2012-05-26 15:15:35 +00:00
parent 95b3420c87
commit 6ba729d8af
1 changed files with 3 additions and 1 deletions

View File

@ -141,7 +141,9 @@ public class PluginHelpGenerator
catch ( IOException e )
{
throw new GeneratorException( e.getMessage(), e );
} finally {
}
finally
{
IOUtil.close( fos );
}