Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.fasterxml.jackson.module.kotlin.kogeraIntegration.deser
package tools.jackson.module.kotlin.kogeraIntegration.deser

import com.fasterxml.jackson.annotation.JsonSetter
import com.fasterxml.jackson.annotation.Nulls
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.fasterxml.jackson.module.kotlin.test
package tools.jackson.module.kotlin.test

import tools.jackson.databind.json.JsonMapper
import tools.jackson.module.kotlin.KotlinFeature.StrictNullChecks
Expand All @@ -12,7 +12,7 @@ import org.junit.jupiter.api.Test
import org.junit.jupiter.api.assertThrows
import kotlin.test.assertNull

class StrictNullChecksTest {
class StrictNullChecksTestOld {
private val mapper = JsonMapper.builder()
.addModule(kotlinModule { enable(StrictNullChecks) })
.build()
Expand Down

This file was deleted.