Skip to content

Commit 9b139de

Browse files
committed
unused import
1 parent de96724 commit 9b139de

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

x-pack/protocol/src/test/java/org/elasticsearch/protocol/xpack/license/DeleteLicenseResponseTests.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
import org.elasticsearch.common.xcontent.XContentParser;
2222
import org.elasticsearch.test.AbstractStreamableXContentTestCase;
2323

24-
import java.io.IOException;
25-
2624
public class DeleteLicenseResponseTests extends AbstractStreamableXContentTestCase<DeleteLicenseResponse> {
2725

2826
@Override
@@ -36,7 +34,7 @@ protected DeleteLicenseResponse createTestInstance() {
3634
}
3735

3836
@Override
39-
protected DeleteLicenseResponse doParseInstance(XContentParser parser) throws IOException {
37+
protected DeleteLicenseResponse doParseInstance(XContentParser parser) {
4038
return DeleteLicenseResponse.fromXContent(parser);
4139
}
4240

0 commit comments

Comments
 (0)