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
No related branches found
No related tags found
1 merge request!208Add benchmark implementations for Hazelcast Jet
Pipeline #6850 passed
......@@ -56,7 +56,10 @@ public class AggregatedActivePowerRecordAccumulator {
/**
* 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.sumInW += sumInW;
this.count += count;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment