Replaces all method parameter regarding their naming conventions

This commit is contained in:
thatsIch
2015-05-08 23:25:19 +02:00
parent a44369a272
commit f193c2adc4
76 changed files with 381 additions and 381 deletions
+2 -2
View File
@@ -184,7 +184,7 @@ public class P2PCache implements IGridCache
}
}
public void updateFreq( PartP2PTunnel t, long NewFreq )
public void updateFreq( PartP2PTunnel t, long newFrequency )
{
if( this.outputs.containsValue( t ) )
{
@@ -196,7 +196,7 @@ public class P2PCache implements IGridCache
this.inputs.remove( t.freq );
}
t.freq = NewFreq;
t.freq = newFrequency;
if( t.output )
{