cleanup unused method
This commit is contained in:
parent
c9f7d8ec2d
commit
823269d8aa
@ -839,10 +839,6 @@ public class RbacView {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean hasFetchSql() {
|
|
||||||
return fetchSql != null;
|
|
||||||
}
|
|
||||||
|
|
||||||
private String withoutEntitySuffix(final String simpleEntityName) {
|
private String withoutEntitySuffix(final String simpleEntityName) {
|
||||||
return simpleEntityName.substring(0, simpleEntityName.length() - "Entity".length());
|
return simpleEntityName.substring(0, simpleEntityName.length() - "Entity".length());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user