Skip to content

Commit c6b1de5

Browse files
committed
fix pmd commentsize
1 parent d7aec54 commit c6b1de5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@
1414
*
1515
* The example shows how to set the authorization header in the OkHttpClient object (required!).
1616
*
17-
* NOTE: Passing the http client is optional, see our other examples where no OkHttpClient object is passed.
17+
* NOTE: Passing the http client is optional, see our other examples
18+
* where no OkHttpClient object is passed.
1819
* In this case the STACKIT SDK ApiClients will just create their own OkHttpClient objects.
19-
* Nevertheless, for production usage try to use one single OkHttpClient object for everything to take advantage of the
20-
* shared connection pool and to prevent resource leaks.
20+
* Nevertheless, for production usage try to use one single OkHttpClient object
21+
* for everything to take advantage of the shared connection pool and to prevent resource leaks.
2122
*
2223
* */
2324
public class CustomHttpClientExample {

0 commit comments

Comments
 (0)