diff --git a/AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/GroupChat/Account.java b/AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/GroupChat/Account.java index 6202db5..f444138 100644 --- a/AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/GroupChat/Account.java +++ b/AlgebraicDataflowArchitectureModel/prototypes/JAX-RS/GroupChat/Account.java @@ -3,9 +3,9 @@ public class Account { private Map notifications; public Map getValue() { - Map temp_nil11 = new HashMap<>(); - temp_nil11.put("notifications",this.getNotifications()); - return temp_nil11; + Map temp_nil1 = new HashMap<>(); + temp_nil1.put("notifications",this.getNotifications()); + return temp_nil1; } public Map getNotifications() { return this.notifications;