From 1129fd3266a617b24641ba340d1713e38b28a35e Mon Sep 17 00:00:00 2001 From: Dmitri Bourlatchkov Date: Tue, 13 May 2025 17:59:43 -0400 Subject: [PATCH] nit: remove unused javadoc parameter in BasePersistence --- .../org/apache/polaris/core/persistence/BasePersistence.java | 1 - 1 file changed, 1 deletion(-) diff --git a/polaris-core/src/main/java/org/apache/polaris/core/persistence/BasePersistence.java b/polaris-core/src/main/java/org/apache/polaris/core/persistence/BasePersistence.java index 9d6f6ba352..dc85f2183b 100644 --- a/polaris-core/src/main/java/org/apache/polaris/core/persistence/BasePersistence.java +++ b/polaris-core/src/main/java/org/apache/polaris/core/persistence/BasePersistence.java @@ -311,7 +311,6 @@ Page listEntities( * @param catalogId catalog id for that entity, NULL_ID if the entity is top-level * @param parentId id of the parent, can be the special 0 value representing the root entity * @param entityType type of entities to list - * @param limit the max number of items to return * @param entityFilter the filter to be applied to each entity. Only entities where the predicate * returns true are returned in the list * @param transformer the transformation function applied to the {@link PolarisBaseEntity} before