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 5e05fb3 commit 7e2c725Copy full SHA for 7e2c725
examples/src/main/java/com/influxdb/v3/ProxyExample.java
@@ -14,6 +14,7 @@
14
import com.influxdb.v3.client.config.ClientConfig;
15
16
public class ProxyExample {
17
+
18
public static void main(final String[] args) throws Exception {
19
// Run docker-compose.yml file to start Envoy proxy
20
@@ -52,5 +53,7 @@ public static void main(final String[] args) throws Exception {
52
53
});
54
}
55
56
57
+ private ProxyExample()
58
59
0 commit comments