Skip to content

Commit 32fe546

Browse files
committed
Remove wildcard import
1 parent c5c5b68 commit 32fe546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/kotlin/com/github/mduesterhoeft/router/UriTemplateTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package com.github.mduesterhoeft.router
22

33
import org.assertj.core.api.BDDAssertions.then
44
import org.junit.jupiter.api.Test
5-
import java.util.*
5+
import java.util.UUID
66

77
class UriTemplateTest {
88

0 commit comments

Comments
 (0)