From c887756a64fd3e1ce85efa21c4a2ad450652cb01 Mon Sep 17 00:00:00 2001
From: "michael.ramusi" <michael.ramusi@etu.hesge.ch>
Date: Sun, 3 Feb 2019 21:31:08 +0100
Subject: [PATCH] updated msg

---
 .../src/main/java/ch/hepia/event/EventAddProductQuantity.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/src/main/java/ch/hepia/event/EventAddProductQuantity.java b/services/src/main/java/ch/hepia/event/EventAddProductQuantity.java
index a224dd1..10fb99d 100644
--- a/services/src/main/java/ch/hepia/event/EventAddProductQuantity.java
+++ b/services/src/main/java/ch/hepia/event/EventAddProductQuantity.java
@@ -19,6 +19,6 @@ public class EventAddProductQuantity extends Event{
 
     @Override
     public String toString(){
-        return "\n"+super.toString()+" : "+this.msg+" ( product id =" + this.idProduct+", quantity ordered = "+this.quantity+" )\n";
+        return "\n"+super.toString()+" : "+this.msg+" ( product id = " + this.idProduct+", quantity ordered = "+this.quantity+" )\n";
     }
 }
\ No newline at end of file
-- 
GitLab