Skip to content

Commit a10a64a

Browse files
committed
wip
1 parent 066420c commit a10a64a

File tree

2 files changed

+0
-58
lines changed

2 files changed

+0
-58
lines changed

codegen/src/main/java/software/amazon/awssdk/codegen/model/rules/endpoints/EndpointTestSuiteModel.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
package software.amazon.awssdk.codegen.model.rules.endpoints;
1717

18-
import java.util.Collections;
1918
import java.util.List;
2019

2120
public class EndpointTestSuiteModel {
@@ -29,10 +28,4 @@ public List<EndpointTestModel> getTestCases() {
2928
public void setTestCases(List<EndpointTestModel> testCases) {
3029
this.testCases = testCases;
3130
}
32-
33-
public static EndpointTestSuiteModel empty() {
34-
EndpointTestSuiteModel model = new EndpointTestSuiteModel();
35-
model.setTestCases(Collections.emptyList());
36-
return model;
37-
}
3831
}

test/ruleset-testing-core/src/main/java/software/amazon/awssdk/core/rules/testing/model/RuleSetInfo.java

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)