Skip to content

Commit 88dbbba

Browse files
schaudermp911de
authored andcommitted
DATAJDBC-417 - Polishing.
Removed superfluous method. Original pull request: #169.
1 parent 92b6b04 commit 88dbbba

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

spring-data-relational/src/test/java/org/springframework/data/relational/core/conversion/RelationalEntityWriterUnitTests.java

-7
Original file line numberDiff line numberDiff line change
@@ -560,13 +560,6 @@ private Object getQualifier(DbAction a, PersistentPropertyPath<RelationalPersist
560560
: null;
561561
}
562562

563-
private int getQualifierCount(DbAction a, PersistentPropertyPath<RelationalPersistentProperty> path) {
564-
565-
return a instanceof DbAction.WithDependingOn //
566-
? ((DbAction.WithDependingOn) a).getQualifiers().size() //
567-
: 0;
568-
}
569-
570563
static PersistentPropertyPath<RelationalPersistentProperty> toPath(String path, Class source,
571564
RelationalMappingContext context) {
572565

0 commit comments

Comments
 (0)