Fixing tests

This commit is contained in:
2022-08-29 13:52:54 -05:00
parent cb22f86793
commit 39f065e23e
2 changed files with 75 additions and 13 deletions

View File

@ -49,6 +49,17 @@ public class ProcessSummaryLine implements Serializable
/*******************************************************************************
**
*******************************************************************************/
@Override
public String toString()
{
return "ProcessSummaryLine{status=" + status + ", count=" + count + ", message='" + message + '\'' + '}';
}
/*******************************************************************************
** Getter for status
**