Skip to content

Commit 4e807ef

Browse files
fix: linter
1 parent 566f93d commit 4e807ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/src/main/java/com/influxdb/v3/ProxyExample.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
import com.influxdb.v3.client.PointValues;
1414
import com.influxdb.v3.client.config.ClientConfig;
1515

16-
public class ProxyExample {
16+
public final class ProxyExample {
17+
18+
private ProxyExample() { }
1719

1820
public static void main(final String[] args) throws Exception {
1921
// Run docker-compose.yml file to start Envoy proxy
@@ -53,7 +55,5 @@ public static void main(final String[] args) throws Exception {
5355
});
5456
}
5557
}
56-
57-
private ProxyExample(){}
5858
}
5959

0 commit comments

Comments
 (0)