We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b74051f commit 105bb75Copy full SHA for 105bb75
1 file changed
README.md
@@ -97,6 +97,8 @@ import one.talon.api.IntegrationApi;
97
import one.talon.api.ManagementApi;
98
import one.talon.model.*;
99
100
+import java.util.*
101
+
102
public class TalonApiTest {
103
public static void main(String[] args) {
104
Gson gson = new Gson();
0 commit comments