Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit caadaa0

Browse files
schaudermp911de
authored andcommittedNov 13, 2019
DATAJDBC-417 - Polishing.
Removed superfluous method. Original pull request: #169.
1 parent 157fed9 commit caadaa0

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

Lines changed: 0 additions & 7 deletions
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)
Please sign in to comment.