Adding Jesse's name to the JsonElementReader file.

This commit is contained in:
Joel Leitch 2011-11-13 00:27:57 +00:00
parent 2cbddbbbc5
commit 2c19c43905

View File

@ -33,6 +33,8 @@ import java.util.Map;
/**
* This reader walks the elements of a JsonElement as if it was coming from a
* character stream.
*
* @author Jesse Wilson
*/
public final class JsonElementReader extends JsonReader {
private static final Reader UNREADABLE_READER = new Reader() {