Skip to content

Commit 0ea7a24

Browse files
committed
Add the missing <p> to make OkHttpRequestor javadoc work
1 parent d237d5c commit 0ea7a24

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/main/java/com/dropbox/core/http/OkHttp3Requestor.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ public static OkHttpClient.Builder defaultOkHttpClientBuilder() {
7474
* .build();
7575
* </pre>
7676
*
77+
* <p>
7778
* If you don't use {@link #defaultOkHttpClient()} or {@link #defaultOkHttpClientBuilder()},
7879
* make sure to use Dropbox's hardened SSL settings from {@link SSLConfig}:
7980
* </p>

src/main/java/com/dropbox/core/http/OkHttpRequestor.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ public static OkHttpClient defaultOkHttpClient() {
6767
* HttpRequestor requestor = new OkHttpRequestor(client);
6868
* </pre>
6969
*
70+
* <p>
7071
* If you don't use {@link #defaultOkHttpClient()}, make sure to use Dropbox's
7172
* hardened SSL settings from {@link SSLConfig}:
7273
* </p>

0 commit comments

Comments
 (0)