adutra commented on code in PR #3758:
URL: https://github.com/apache/polaris/pull/3758#discussion_r2804995035
##########
polaris-core/src/main/java/org/apache/polaris/core/entity/PolarisEntity.java:
##########
@@ -45,47 +45,7 @@
*/
public class PolarisEntity extends PolarisBaseEntity {
- public static class NameAndId {
- private final String name;
- private final long id;
-
- public NameAndId(String name, long id) {
- this.name = name;
- this.id = id;
- }
-
- public String getName() {
- return name;
- }
-
- public long getId() {
- return id;
- }
- }
-
- public static class TypeSubTypeAndName {
Review Comment:
This one was unused, so I removed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]