We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 199ed6f commit db94801Copy full SHA for db94801
sessionize-java-client-demo/src/main/java/software/xdev/Application.java
@@ -33,10 +33,15 @@ public static void main(final String[] args)
33
34
public static class CustomApiClient extends ApiClient
35
{
36
+ @SuppressWarnings("checkstyle:MagicNumber") // timeout
37
public CustomApiClient()
38
39
this.setConnectTimeout(30_000);
40
this.setUserAgent("Sessionize-Java-Client-Demo");
41
}
42
43
+
44
+ private Application()
45
+ {
46
+ }
47
0 commit comments