Skip to content

Commit 7abb915

Browse files
YakoYako
authored andcommitted
bugfix
1 parent 6c82ac8 commit 7abb915

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/alibaba/fastjson/util/DeserializeBeanInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ public static DeserializeBeanInfo computeSetters(Class<?> clazz, Type type) {
173173
return beanInfo;
174174
}
175175

176-
// throw new JSONException("default constructor not found. " + clazz);
176+
throw new JSONException("default constructor not found. " + clazz);
177177
}
178178

179179
for (Method method : clazz.getMethods()) {

0 commit comments

Comments
 (0)