浏览代码

Fix non existing javadocs link in RestClientTests

javanna 7 年之前
父节点
当前提交
df852fbdd9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/rest/src/test/java/org/elasticsearch/client/RestClientTests.java

+ 1 - 1
client/rest/src/test/java/org/elasticsearch/client/RestClientTests.java

@@ -96,7 +96,7 @@ public class RestClientTests extends RestClientTestCase {
     }
 
     /**
-     * @deprecated will remove method in 7.0 but needs tests until then. Replaced by {@link RequestTests#testSetParameters()}.
+     * @deprecated will remove method in 7.0 but needs tests until then. Replaced by {@link RequestTests#testAddParameters()}.
      */
     @Deprecated
     public void testPerformOldStyleAsyncWithNullParams() throws Exception {