Switch to gender neutral terms
This commit is contained in:
@ -49,7 +49,7 @@ public class Person {
|
||||
}
|
||||
|
||||
public String getGender() {
|
||||
return gender == 0 ? "man" : "woman";
|
||||
return gender == 0 ? "person" : "person";
|
||||
}
|
||||
|
||||
public void work() {
|
||||
|
Reference in New Issue
Block a user