Skip to content

Commit

Permalink
Fixed misplaced shapeId and errorId.
Browse files Browse the repository at this point in the history
  • Loading branch information
Xin Jin authored and kstich committed Feb 15, 2021
1 parent a347bb2 commit 01215d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ private List<ValidationEvent> createErrorViolations(ChangedShape<OperationShape>
+ "encountered as a result of a change in behavior of "
+ "the client (for example, the client sends a new "
+ "parameter to an operation).",
change.getShapeId(), id)));
id, change.getShapeId())));
}
}

Expand Down

0 comments on commit 01215d6

Please sign in to comment.