Fix merge problem

This commit is contained in:
Dietrich Travkin 2023-10-30 10:48:47 +01:00
parent 7a7f59f00b
commit 0a795acbb3
1 changed files with 0 additions and 5 deletions

View File

@ -85,11 +85,6 @@ public class EntityGenderUtils {
public String getGender() {
return stereotype;
}
@Override
public String getGender() {
return stereotype;
}
};
}