Skip to content

Commit c1c1486

Browse files
committed
fixes javadocs
Signed-off-by: Oleh Dokuka <[email protected]>
1 parent fde4826 commit c1c1486

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ subprojects {
128128
links 'https://projectreactor.io/docs/core/release/api/'
129129
links 'https://netty.io/4.1/api/'
130130
}
131+
failOnError = false
131132
}
132133

133134
tasks.named("javadoc").configure {

rsocket-core/src/main/java/io/rsocket/core/RSocketConnector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ public RSocketConnector metadataMimeType(String metadataMimeType) {
213213
* <li>For server-to-server connections, a reasonable time interval between client {@code
214214
* KEEPALIVE} frames is 500ms.
215215
* <li>For mobile-to-server connections, the time interval between client {@code KEEPALIVE}
216-
* frames is often > 30,000ms.
216+
* frames is often {@code >} 30,000ms.
217217
* </ul>
218218
*
219219
* <p>By default these are set to 20 seconds and 90 seconds respectively.

0 commit comments

Comments
 (0)