ROT: Erwartungen an SumBusinessLogic.addToSum(String, Integer)
[demos/kafka/training] / src / main / java / de / juplo / kafka / SumBusinessLogic.java
index 38485d2..f7bf09f 100644 (file)
@@ -34,6 +34,10 @@ public class SumBusinessLogic
     return Optional.ofNullable(state.get(user));
   }
 
+  public synchronized void addToSum(String user, Integer value)
+  {
+  }
+
   public synchronized Long endSum(String user)
   {
     if (!state.containsKey(user))