You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/test/resources/examples/springHttpInterfaceClient/client/SpringHttpInterfaceClientWithResponseEntity.kt
-3
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,6 @@ import kotlin.Unit
18
18
importkotlin.collections.List
19
19
importkotlin.collections.Map
20
20
21
-
@GeneratedClient
22
21
@Suppress("unused")
23
22
publicinterfaceExamplePath1Client {
24
23
/**
@@ -61,7 +60,6 @@ public interface ExamplePath1Client {
61
60
): ResponseEntity<Unit>
62
61
}
63
62
64
-
@GeneratedClient
65
63
@Suppress("unused")
66
64
publicinterfaceExamplePath2Client {
67
65
/**
@@ -125,7 +123,6 @@ public interface ExamplePath2Client {
0 commit comments