File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
release-scripts/src/main/java/software/amazon/awssdk/release Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -137,13 +137,13 @@ private NewServiceCreator(CommandLine commandLine) {
137
137
}
138
138
139
139
private String transformSpecialProtocols (String protocol ) {
140
- switch (protocol ) {
141
- case "ec2" : return "aws-query" ;
142
- case "rest-xml" : return "aws-xml" ;
143
- case "rest-json" : return "aws-json" ;
144
- case "smithy-rpc-v2-cbor" : return "smithy-rpcv2" ;
145
- default : return "aws-" + protocol ;
146
- }
140
+ switch (protocol ) {
141
+ case "ec2" : return "aws-query" ;
142
+ case "rest-xml" : return "aws-xml" ;
143
+ case "rest-json" : return "aws-json" ;
144
+ case "smithy-rpc-v2-cbor" : return "smithy-rpcv2" ;
145
+ default : return "aws-" + protocol ;
146
+ }
147
147
}
148
148
149
149
public void run () throws Exception {
You can’t perform that action at this time.
0 commit comments