Skip to content

Commit e28ee4b

Browse files
wenshaoCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e9eecef commit e28ee4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/test/java/com/alibaba/fastjson2/issues_3900/Issue3901.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public static class User {
3131
private String name;
3232
}
3333

34-
public class UserReader implements ObjectReader {
34+
public static class UserReader implements ObjectReader {
3535
@Override
3636
public Object readObject(JSONReader jsonReader, Type fieldType, Object fieldName, long features) {
3737
jsonReader.readObject();

0 commit comments

Comments
 (0)