Skip to content

Commit df852fb

Browse files
committed
Fix non existing javadocs link in RestClientTests
1 parent d5f028e commit df852fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/rest/src/test/java/org/elasticsearch/client/RestClientTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public void onFailure(Exception exception) {
9696
}
9797

9898
/**
99-
* @deprecated will remove method in 7.0 but needs tests until then. Replaced by {@link RequestTests#testSetParameters()}.
99+
* @deprecated will remove method in 7.0 but needs tests until then. Replaced by {@link RequestTests#testAddParameters()}.
100100
*/
101101
@Deprecated
102102
public void testPerformOldStyleAsyncWithNullParams() throws Exception {

0 commit comments

Comments
 (0)