Skip to content
Snippets Groups Projects
Commit c887756a authored by michael.ramusi's avatar michael.ramusi
Browse files

updated msg

parent 569e17f1
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment