Code cleanup

Added missing this, annotations, etc.
This commit is contained in:
yueh
2018-08-30 20:33:08 +02:00
parent fed12cb99f
commit a2091d10fe
77 changed files with 227 additions and 270 deletions
@@ -95,7 +95,7 @@ public class PartP2PLight extends PartP2PTunnel<PartP2PLight> implements IGridTi
this.opacity = data.readInt();
this.setOutput( this.lastValue > 0 );
return lastValue != oldValue || oldOpacity != this.opacity;
return this.lastValue != oldValue || oldOpacity != this.opacity;
}
private boolean doWork()