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

fixed omission in constructor

parent edc0af22
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ public class EventOrderPrepared extends Event{ ...@@ -9,6 +9,7 @@ public class EventOrderPrepared extends Event{
public EventOrderPrepared(int id, String msg, int idAccount, double price){ public EventOrderPrepared(int id, String msg, int idAccount, double price){
super(id, msg); super(id, msg);
this.idAccount = idAccount;
this.price = price; this.price = price;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment