cleanup unused method

This commit is contained in:
Michael Hoennig 2024-03-24 11:03:26 +01:00
parent c9f7d8ec2d
commit 823269d8aa

View File

@ -839,10 +839,6 @@ public class RbacView {
};
}
public boolean hasFetchSql() {
return fetchSql != null;
}
private String withoutEntitySuffix(final String simpleEntityName) {
return simpleEntityName.substring(0, simpleEntityName.length() - "Entity".length());
}