Skip to content

Commit

Permalink
auto commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rishav-karanjit committed Jan 8, 2025
1 parent 851a29b commit deafa7b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ public void generateSerializers(final GenerationContext context) {
final var writerDelegator = context.writerDelegator();
serviceShape
.getOperations()
.stream()
.sorted()
.forEach(eachOperation -> {
final var awsNormalizedOperation = awsNormalizedModel.expectShape(
eachOperation,
Expand Down Expand Up @@ -215,6 +217,8 @@ public void generateDeserializers(final GenerationContext context) {

serviceShape
.getOperations()
.stream()
.sorted()
.forEach(eachOperation -> {
final var awsNormalizedOperationShape = awsNormalizedModel.expectShape(
eachOperation,
Expand Down

0 comments on commit deafa7b

Please sign in to comment.