DATAJDBC-417 - Polishing.
Removed superfluous method. Original pull request: #169.
This commit is contained in:
committed by
Mark Paluch
parent
92b6b0486c
commit
88dbbbaf41
@@ -560,13 +560,6 @@ public class RelationalEntityWriterUnitTests {
|
||||
: null;
|
||||
}
|
||||
|
||||
private int getQualifierCount(DbAction a, PersistentPropertyPath<RelationalPersistentProperty> path) {
|
||||
|
||||
return a instanceof DbAction.WithDependingOn //
|
||||
? ((DbAction.WithDependingOn) a).getQualifiers().size() //
|
||||
: 0;
|
||||
}
|
||||
|
||||
static PersistentPropertyPath<RelationalPersistentProperty> toPath(String path, Class source,
|
||||
RelationalMappingContext context) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user