File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
src/main/java/com/rusticisoftware/tincan Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 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>
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 >
Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments