You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codegen/smithy-python-codegen/src/main/java/software/amazon/smithy/python/codegen/integration/DocumentMemberSerVisitor.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ public class DocumentMemberSerVisitor implements ShapeVisitor<String> {
68
68
69
69
/**
70
70
* @param context The generation context.
71
-
* @param writer The writer to write to.q
71
+
* @param writer The writer to write to.
72
72
* @param member The member shape being deserialized. Used for any extra traits
73
73
* it might bear, such as the timestamp format.
74
74
* @param dataSource The in-code location of the data to provide an output of
Copy file name to clipboardExpand all lines: codegen/smithy-python-codegen/src/main/java/software/amazon/smithy/python/codegen/integration/JsonMemberSerVisitor.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ public class JsonMemberSerVisitor extends DocumentMemberSerVisitor {
41
41
42
42
/**
43
43
* @param context The generation context.
44
-
* @param writer The writer to write to.q
44
+
* @param writer The writer to write to.
45
45
* @param member The member shape being deserialized. Used for any extra traits
46
46
* it might bear, such as the timestamp format.
47
47
* @param dataSource The in-code location of the data to provide an output of
0 commit comments