Skip to content

Commit 7167baa

Browse files
committed
made fullPath private
1 parent 5175ff4 commit 7167baa

File tree

1 file changed

+1
-1
lines changed
  • spring-data-relational/src/main/java/org/springframework/data/relational/core/mapping

1 file changed

+1
-1
lines changed

spring-data-relational/src/main/java/org/springframework/data/relational/core/mapping/AggregatePath.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ public ColumnInfo get(AggregatePath path) {
649649
* @param ap {@literal AggregatePath} to be appended to the {@literal basePath}.
650650
* @return the combined (@literal AggregatePath}
651651
*/
652-
public AggregatePath fullPath(AggregatePath ap) {
652+
private AggregatePath fullPath(AggregatePath ap) {
653653
return basePath.append(ap);
654654
}
655655

0 commit comments

Comments
 (0)