Verbesserte Tests und Korrekturen gemerged: sumup-adder -> stored-offsets
[demos/kafka/training] / src / main / java / de / juplo / kafka / StateDocument.java
index 0540e3f..bb1c701 100644 (file)
@@ -27,10 +27,7 @@ public class StateDocument
     this.state = new HashMap<>();
   }
 
-  public StateDocument(
-      Integer partition,
-      Map<String, Long> state,
-      long offset)
+  public StateDocument(Integer partition, Map<String, Long> state, long offset)
   {
     this.id = Integer.toString(partition);
     this.state = state;