You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/rest-high-level/src/test/java/org/elasticsearch/client/documentation/IndicesClientDocumentationIT.java
+29-12Lines changed: 29 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -731,7 +731,7 @@ public void onFailure(Exception e) {
731
731
}
732
732
}
733
733
734
-
@SuppressWarnings({"unchecked", "rawtypes"})
734
+
@SuppressWarnings({"unchecked"})
735
735
publicvoidtestUpdateAliases() throwsException {
736
736
RestHighLevelClientclient = highLevelClient();
737
737
@@ -749,17 +749,31 @@ public void testUpdateAliases() throws Exception {
0 commit comments