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