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

changed message

parent 5d020260
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()+" : Credit an account n°(" + this.id +"): "+this.msg+"\n";
return "\n"+super.toString()+" : Product supplying n°(" + this.id +"): "+this.msg+"\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