Skip to content

Commit 0fc6101

Browse files
committed
Fixes for API documentation generation (no code)
1 parent 69a3342 commit 0fc6101

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<!--<plugin>
5555
<groupId>org.projectlombok</groupId>
5656
<artifactId>lombok-maven-plugin</artifactId>
57-
<version>1.16.6</version>
57+
<version>1.16.8.0</version>
5858
<executions>
5959
<execution>
6060
<phase>generate-sources</phase>
@@ -121,7 +121,7 @@
121121
<dependency>
122122
<groupId>org.projectlombok</groupId>
123123
<artifactId>lombok</artifactId>
124-
<version>1.16.6</version>
124+
<version>1.16.8</version>
125125
</dependency>
126126
<dependency>
127127
<groupId>junit</groupId>

src/main/java/com/rusticisoftware/tincan/RemoteLRS.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ private static HttpClient httpClient() throws Exception {
7777
/**
7878
* Get the connect timeout value for the default HTTP client
7979
*
80-
* @return
81-
* @deprecated set your own HTTP client using {@link #setHttpClient()}
80+
* @deprecated set your own HTTP client using {@link #setHttpClient(HttpClient client)}
8281
*/
8382
@Deprecated
8483
public static long getHTTPClientConnectTimeout() {
@@ -88,7 +87,7 @@ public static long getHTTPClientConnectTimeout() {
8887
/**
8988
* Set the connect timeout value for the default HTTP client
9089
*
91-
* @deprecated set your own HTTP client using {@link #setHttpClient()}
90+
* @deprecated set your own HTTP client using {@link #setHttpClient(HttpClient client)}
9291
*/
9392
@Deprecated
9493
public static void setHTTPClientConnectTimeout(long timeout) {

0 commit comments

Comments
 (0)