Skip to content

Commit

Permalink
Fixed issues reported by detekt.
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesoliveira committed Jun 25, 2024
1 parent d0c1916 commit b6557fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ import org.apache.http.HttpStatus
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.AfterAll
import org.junit.jupiter.api.BeforeAll
import org.junit.jupiter.api.Disabled
import org.junit.jupiter.api.Test
import org.junit.jupiter.api.assertDoesNotThrow
import java.time.ZonedDateTime
import org.junit.jupiter.api.Disabled
import kotlin.test.assertEquals
import kotlin.test.assertFalse
import kotlin.test.assertNotNull
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package net.corda.rest.server.impl

import com.google.gson.Gson
import io.javalin.http.Header.ACCESS_CONTROL_ALLOW_CREDENTIALS
import io.javalin.http.Header.ACCESS_CONTROL_ALLOW_ORIGIN
import io.javalin.http.Header.CACHE_CONTROL
import io.javalin.http.Header.WWW_AUTHENTICATE
import net.corda.rest.server.apigen.test.TestJavaPrimitivesRestResourceImpl
Expand Down

0 comments on commit b6557fe

Please sign in to comment.