Remove commetn blocks

Co-authored-by: Liam Williams <liam.williams@zoho.com>
This commit is contained in:
Geoffrey De Smet 2023-11-24 15:09:03 +01:00 committed by GitHub
parent 39a7c06605
commit 8e8331376e
1 changed files with 0 additions and 4 deletions

View File

@ -17,10 +17,6 @@ public class Employee {
return name;
}
// ************************************************************************
// Getters and setters
// ************************************************************************
public String getName() {
return name;
}