Skip to content
Snippets Groups Projects
Commit 6bcddc61 authored by Lorenz Boguhn's avatar Lorenz Boguhn
Browse files

Fix checkstyle coloum to long

parent 22cc4c68
Branches
Tags
1 merge request!208Add benchmark implementations for Hazelcast Jet
Pipeline #6850 passed
...@@ -56,7 +56,10 @@ public class AggregatedActivePowerRecordAccumulator { ...@@ -56,7 +56,10 @@ public class AggregatedActivePowerRecordAccumulator {
/** /**
* Adds the records from another aggregator. * Adds the records from another aggregator.
*/ */
public void addInputs(final String id, final double sumInW, final long count, final long timestamp) { public void addInputs(final String id,
final double sumInW,
final long count,
final long timestamp) {
this.id = this.id == null ? id : this.id; this.id = this.id == null ? id : this.id;
this.sumInW += sumInW; this.sumInW += sumInW;
this.count += count; this.count += count;
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment