Skip to content

Commit

Permalink
Class 20 - Objects Serialization and I/O of Files
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrecpedro committed Aug 23, 2022
1 parent 711a3bb commit 3097135
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ public String toString() {
return "Company" +
"\nCNPJ = " + cnpj +
"\nCorporate Name = " + corporateName +
"\nEmployees = " + employees.toString();
"\nEmployees = " + employees;
}
}

0 comments on commit 3097135

Please sign in to comment.