Add deprecation headers to HLRC classes (#79754)

This commit adds the @Deprecated annotation and Javadoc to HLRC classes.
This commit is contained in:
Lee Hinman 2021-10-25 16:11:16 -06:00 committed by GitHub
parent bfd8e15e19
commit c017e1acdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
107 changed files with 233 additions and 5 deletions

View file

@ -115,6 +115,7 @@ import static org.hamcrest.Matchers.not;
* such parameter, hence we want to verify that results are the same in both scenarios.
*/
@TimeoutSuite(millis = 5 * TimeUnits.MINUTE) // to account for slow as hell VMs
@SuppressWarnings("removal")
public class CCSDuelIT extends ESRestTestCase {
private static final String INDEX_NAME = "ccs_duel_index";