Skip to content

Commit 0b6df7b

Browse files
Remove extraneous semicolon
Co-authored-by: Manuel Sugawara <sugmanue@amazon.com>
1 parent a650eeb commit 0b6df7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smithy-openapi/src/main/java/software/amazon/smithy/openapi/fromsmithy/protocols/AbstractRestProtocol.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ abstract Schema createDocumentSchema(
112112
@Deprecated
113113
Node transformSmithyValueToProtocolValue(Node value) {
114114
return value;
115-
};
115+
}
116116

117117
/**
118118
* Converts Smithy values in Node form to a data exchange format used by a protocol (e.g., XML).

0 commit comments

Comments
 (0)