Skip to content

Commit

Permalink
fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
yanxutao89 committed Nov 27, 2024
1 parent 48d4987 commit 6800d91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public void test() {
assertEquals(JSON.parse(JSON.toJSONString(circle)), JSON.toJSON(circle));
}

@JSONType(typeKey = "type", seeAlso = {Shape.Circle.class})
@JSONType(typeKey = "type", seeAlso = Shape.Circle.class)
public static class Shape {
@JSONType(typeKey = "type", typeName = "circle", serializeFeatures = JSONWriter.Feature.WriteClassName)
public static class Circle
Expand Down

0 comments on commit 6800d91

Please sign in to comment.