We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de96724 commit 9b139deCopy full SHA for 9b139de
x-pack/protocol/src/test/java/org/elasticsearch/protocol/xpack/license/DeleteLicenseResponseTests.java
@@ -21,8 +21,6 @@
21
import org.elasticsearch.common.xcontent.XContentParser;
22
import org.elasticsearch.test.AbstractStreamableXContentTestCase;
23
24
-import java.io.IOException;
25
-
26
public class DeleteLicenseResponseTests extends AbstractStreamableXContentTestCase<DeleteLicenseResponse> {
27
28
@Override
@@ -36,7 +34,7 @@ protected DeleteLicenseResponse createTestInstance() {
36
34
}
37
35
38
39
- protected DeleteLicenseResponse doParseInstance(XContentParser parser) throws IOException {
+ protected DeleteLicenseResponse doParseInstance(XContentParser parser) {
40
return DeleteLicenseResponse.fromXContent(parser);
41
42
0 commit comments