File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
polaris-core/src/main/java/org/apache/polaris/core/persistence Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -315,7 +315,6 @@ Page<EntityNameLookupRecord> listEntities(
315
315
* returns true are returned in the list
316
316
* @param transformer the transformation function applied to the {@link PolarisBaseEntity} before
317
317
* returning
318
- * @param pageToken
319
318
* @return the list of entities for which the predicate returns true
320
319
*/
321
320
@ Nonnull
Original file line number Diff line number Diff line change @@ -114,7 +114,6 @@ EntityResult readEntityByName(
114
114
* @param entityType entity type
115
115
* @param entitySubType entity subtype. Can be the special value ANY_SUBTYPE to match any subtype.
116
116
* Else exact match will be performed.
117
- * @param pageToken
118
117
* @return all entities name, ids and subtype under the specified namespace.
119
118
*/
120
119
@ Nonnull
You can’t perform that action at this time.
0 commit comments