Fix non existing javadocs link in RestClientTests

This commit is contained in:
javanna 2018-05-14 20:23:43 +02:00 committed by Luca Cavanna
parent d5f028e085
commit df852fbdd9
1 changed files with 1 additions and 1 deletions

View File

@ -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 {