Skip to content

Commit

Permalink
chore: checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed May 21, 2024
1 parent 4a8f15d commit 6b334a6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,14 @@
*/
@SmithyInternalApi
class QueryShapeSerVisitor extends DocumentShapeSerVisitor {

private static final Format TIMESTAMP_FORMAT = Format.DATE_TIME;
private StringStore stringStore = getContext().getStringStore();

/**
* Should default to true and be false for EC2 Query.
*/
protected boolean serializeEmptyLists;
private StringStore stringStore = getContext().getStringStore();

QueryShapeSerVisitor(GenerationContext context) {
super(context);
Expand Down

0 comments on commit 6b334a6

Please sign in to comment.