File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
codegen/src/test/java/software/amazon/awssdk/codegen/poet/model Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 5
5
import static software .amazon .awssdk .codegen .poet .PoetMatchers .generatesTo ;
6
6
import static software .amazon .awssdk .utils .FunctionalUtils .invokeSafely ;
7
7
import java .io .File ;
8
- import java .io .IOException ;
9
8
import java .util .Collection ;
10
9
import java .util .Locale ;
11
10
import org .junit .Test ;
@@ -53,7 +52,7 @@ private String referenceFileForShape() {
53
52
return "sharedstream/" + namespacedEventImpl .toLowerCase (Locale .ENGLISH ) + ".java" ;
54
53
}
55
54
56
- private static void setUp () throws IOException {
55
+ private static void setUp () {
57
56
File serviceModelFile = new File (SharedStreamEventModelSpecTest .class .getResource ("sharedstream/service-2.json" ).getFile ());
58
57
ServiceModel serviceModel = ModelLoaderUtils .loadModel (ServiceModel .class , serviceModelFile );
59
58
You can’t perform that action at this time.
0 commit comments