Reduce scope of variables
This commit is contained in:
@@ -170,7 +170,6 @@ public final class ASMIntegration implements IClassTransformer
|
||||
}
|
||||
|
||||
String iFace = null;
|
||||
String iName = null;
|
||||
|
||||
if( an.values.get( 0 ).equals( "iface" ) )
|
||||
{
|
||||
@@ -181,6 +180,7 @@ public final class ASMIntegration implements IClassTransformer
|
||||
iFace = (String) an.values.get( 3 );
|
||||
}
|
||||
|
||||
String iName = null;
|
||||
if( an.values.get( 0 ).equals( "iname" ) )
|
||||
{
|
||||
iName = ( (String[]) an.values.get( 1 ) )[1];
|
||||
|
||||
Reference in New Issue
Block a user