Code format

This commit is contained in:
yueh
2017-08-11 21:41:51 +02:00
parent 542a2e5d5a
commit 27ad2c2b96
3 changed files with 3 additions and 2 deletions
@@ -317,7 +317,7 @@ public abstract class PartP2PTunnel<T extends PartP2PTunnel> extends PartBasicSt
{
newFreq = this.getProxy().getP2P().newFrequency();
}
this.getProxy().getP2P().updateFreq( this, newFreq );
}
catch( final GridAccessException e )