We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5175ff4 commit 7167baaCopy full SHA for 7167baa
spring-data-relational/src/main/java/org/springframework/data/relational/core/mapping/AggregatePath.java
@@ -649,7 +649,7 @@ public ColumnInfo get(AggregatePath path) {
649
* @param ap {@literal AggregatePath} to be appended to the {@literal basePath}.
650
* @return the combined (@literal AggregatePath}
651
*/
652
- public AggregatePath fullPath(AggregatePath ap) {
+ private AggregatePath fullPath(AggregatePath ap) {
653
return basePath.append(ap);
654
}
655
0 commit comments