This is an automated email from the ASF dual-hosted git repository.

asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git

commit ee36584ac72eb256fe087f4a1e8719bbcfe5fdac
Author: Andrus Adamchik <[email protected]>
AuthorDate: Sun Jul 19 21:20:23 2026 +0200

    cleanup
---
 .../java/org/apache/cayenne/dbsync/naming/ObjectNameGenerator.java     | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/cayenne-dbsync/src/main/java/org/apache/cayenne/dbsync/naming/ObjectNameGenerator.java
 
b/cayenne-dbsync/src/main/java/org/apache/cayenne/dbsync/naming/ObjectNameGenerator.java
index 13f934976..81c3dfd39 100644
--- 
a/cayenne-dbsync/src/main/java/org/apache/cayenne/dbsync/naming/ObjectNameGenerator.java
+++ 
b/cayenne-dbsync/src/main/java/org/apache/cayenne/dbsync/naming/ObjectNameGenerator.java
@@ -44,9 +44,6 @@ public interface ObjectNameGenerator {
 
     /**
      * Generates a name for an ObjRelationship, derived from join semantics of 
a chain of connected DbRelationships.
-     * <p>The chain must contain at least one relationship. Though if we are 
dealing with a flattened
-     * relationship, more than one can be passed, in the same order as they 
are present in a flattened
-     * relationship.
      *
      * @since 5.0
      */

Reply via email to