Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public boolean isMemberShapeProperty(MemberShape memberShape) {
/**
* Resolves and returns the output shape of an operation that contains the
* top-level resource bound properties. Handles adjustments made with
* @nestedProperties trait.
* {@code @nestedProperties} trait.
*
* @param operation operation to retrieve output properties shape for.
* @return the output shape of an operation that contains top-level resource
Expand All @@ -148,7 +148,7 @@ public StructureShape getOutputPropertiesShape(OperationShape operation) {
/**
* Resolves and returns the input shape of an operation that contains the
* top-level resource bound properties. Handles adjustments made with
* @nestedProperties trait.
* {@code @nestedProperties} trait.
*
* @param operation operation to retrieve output properties shape for
* @return the input shape of an operation that contains top-level resource
Expand Down
Loading