Skip to content

Commit 10a0662

Browse files
committed
fix pmd UseUtilityClass
1 parent 53176a3 commit 10a0662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/custom-http-client/src/main/java/cloud/stackit/sdk/customhttpclient/examples/CustomHttpClientExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* for everything to take advantage of the shared connection pool and to prevent resource leaks.
2222
*
2323
* */
24-
public class CustomHttpClientExample {
24+
final class CustomHttpClientExample {
2525

2626
@SuppressWarnings("PMD.SystemPrintln")
2727
public static void main(String[] args) throws IOException {

0 commit comments

Comments
 (0)