mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 15:17:30 -04:00
Add deprecation headers to HLRC classes (#79754)
This commit adds the @Deprecated annotation and Javadoc to HLRC classes.
This commit is contained in:
parent
bfd8e15e19
commit
c017e1acdb
107 changed files with 233 additions and 5 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue