File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/test/kotlin/org/springframework/data/neo4j/integration/imperative Expand file tree Collapse file tree 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(
229229 return BookmarkCapture ()
230230 }
231231
232- override fun getMappingBasePackages (): Collection <String >? {
232+ override fun getMappingBasePackages (): Collection <String > {
233233 return setOf (Inheritance ::class .java.getPackage().name)
234234 }
235235
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ internal class KotlinProjectionIT {
127127 /* *
128128 * Make sure that particular entity is know. This is essential to all tests GH-2349
129129 */
130- override fun getMappingBasePackages (): Collection <String >? {
130+ override fun getMappingBasePackages (): Collection <String > {
131131 return listOf (DepartmentEntity ::class .java.getPackage().name)
132132 }
133133
You can’t perform that action at this time.
0 commit comments