Closed shiami closed 9 years ago
get("KEY", String.class, null) will return "null", not null.
get("KEY", String.class, null)
Thanks for reporting this. I'll check it out.
Bug fixed. Fix will be available in the next release.
get("KEY", String.class, null)
will return "null", not null.