Final fields, params and variables

This commit is contained in:
yueh
2015-12-24 02:09:38 +01:00
parent 99215e1701
commit a6ee559723
21 changed files with 89 additions and 89 deletions
@@ -77,11 +77,11 @@ public final class ReleaseFetcher
{
AELog.error( e );
}
catch( MalformedURLException e )
catch( final MalformedURLException e )
{
AELog.error( e );
}
catch( IOException e )
catch( final IOException e )
{
AELog.error( e );
}