Skip to content

Commit 14e562e

Browse files
committed
review: remove spurious javadoc change
1 parent 636ba44 commit 14e562e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
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
@@ -315,7 +315,6 @@ Page<EntityNameLookupRecord> listEntities(
315315
* returns true are returned in the list
316316
* @param transformer the transformation function applied to the {@link PolarisBaseEntity} before
317317
* returning
318-
* @param pageToken
319318
* @return the list of entities for which the predicate returns true
320319
*/
321320
@Nonnull

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ EntityResult readEntityByName(
114114
* @param entityType entity type
115115
* @param entitySubType entity subtype. Can be the special value ANY_SUBTYPE to match any subtype.
116116
* Else exact match will be performed.
117-
* @param pageToken
118117
* @return all entities name, ids and subtype under the specified namespace.
119118
*/
120119
@Nonnull

0 commit comments

Comments
 (0)