Skip to content

Commit 7a829e0

Browse files
committed
2.0.0 draft
1 parent 6837d80 commit 7a829e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Overview:
9595
throws IllegalArgumentException, IllegalAccessException;
9696
protected Object reviver(String name, Object value);
9797
// first call with object class name and json argument as value
98-
static boolean isClassName(fldName);
98+
static boolean isClassName(String name);
9999
<T> T castMember(String memberName, JSON jsonObj, T sample);
100100
// returns the sample if member does not exists
101101
protected void setIgnored(String[] fldNames); // set ignored field names

0 commit comments

Comments
 (0)