File tree 2 files changed +2
-2
lines changed
src/test/kotlin/org/springframework/data/neo4j/integration/imperative
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ class KotlinInheritanceIT @Autowired constructor(
229
229
return BookmarkCapture ()
230
230
}
231
231
232
- override fun getMappingBasePackages (): Collection <String >? {
232
+ override fun getMappingBasePackages (): Collection <String > {
233
233
return setOf (Inheritance ::class .java.getPackage().name)
234
234
}
235
235
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ internal class KotlinProjectionIT {
127
127
/* *
128
128
* Make sure that particular entity is know. This is essential to all tests GH-2349
129
129
*/
130
- override fun getMappingBasePackages (): Collection <String >? {
130
+ override fun getMappingBasePackages (): Collection <String > {
131
131
return listOf (DepartmentEntity ::class .java.getPackage().name)
132
132
}
133
133
You can’t perform that action at this time.
0 commit comments