This is an automated email from the ASF dual-hosted git repository.
dimas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new 7ca0bbe9 Remove unused param from java doc (#1103)
7ca0bbe9 is described below
commit 7ca0bbe97f42c3b3f690b97406262b764abaaf52
Author: Prashant Singh <[email protected]>
AuthorDate: Mon Mar 3 12:08:32 2025 -0800
Remove unused param from java doc (#1103)
---
.../main/java/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 31c2d502..b92a25af 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
@@ -82,7 +82,6 @@ public interface BasePersistence {
*
* @param callCtx call context
* @param entities entities to persist
- * @param nameOrParentChanged if true, also write it to by-name lookups if
applicable
* @param originalEntities original states of the entity to use for
compare-and-swap purposes, or
* null if this is expected to be a brand-new entity; must contain
exactly as many elements as
* {@code entities} where each item corresponds to the element of {@code
entities} in the same