Skip to content

Commit 3e4ca70

Browse files
authored
Remove unused javadoc parameter in BasePersistence (#1580)
1 parent 6aaa546 commit 3e4ca70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

polaris-core/src/main/java/org/apache/polaris/core/persistence/BasePersistence.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ Page<EntityNameLookupRecord> listEntities(
311311
* @param catalogId catalog id for that entity, NULL_ID if the entity is top-level
312312
* @param parentId id of the parent, can be the special 0 value representing the root entity
313313
* @param entityType type of entities to list
314-
* @param limit the max number of items to return
315314
* @param entityFilter the filter to be applied to each entity. Only entities where the predicate
316315
* returns true are returned in the list
317316
* @param transformer the transformation function applied to the {@link PolarisBaseEntity} before

0 commit comments

Comments
 (0)