BaseMessage

- Fixed parameter type
This commit is contained in:
Tristan B. Velloza Kildaire 2023-11-19 17:29:19 +02:00
parent 7eb0fd8aef
commit 03b9c7014a
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ public class BaseMessage
return respStatus;
}
public void setStatus(State status)
public void setStatus(Status status)
{
this.respStatus = status;
}