code formatting
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1342907 13f79535-47bb-0310-9956-ffa450edef68master
parent
95b3420c87
commit
6ba729d8af
|
|
@ -141,7 +141,9 @@ public class PluginHelpGenerator
|
||||||
catch ( IOException e )
|
catch ( IOException e )
|
||||||
{
|
{
|
||||||
throw new GeneratorException( e.getMessage(), e );
|
throw new GeneratorException( e.getMessage(), e );
|
||||||
} finally {
|
}
|
||||||
|
finally
|
||||||
|
{
|
||||||
IOUtil.close( fos );
|
IOUtil.close( fos );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue