1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-02 00:20:49 +00:00

Fix merge problem

This commit is contained in:
Dietrich Travkin 2023-10-30 10:48:47 +01:00
parent 7a7f59f00b
commit 0a795acbb3

View File

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