Fix dangling sentence.

This commit is contained in:
Jesse Wilson 2011-12-16 19:00:37 +00:00
parent 4b8fd66c9d
commit f24da51ca2

View File

@ -103,7 +103,7 @@ import com.google.gson.stream.JsonWriter;
* TypeAdapter<Graph> graphAdapter = gson.getAdapter(Graph.class);
* Graph graph = graphAdapter.fromJson(json);
* }</pre>
* ...or serialize a Java object to a JSON document: <pre> {@code
* And an example for serialization: <pre> {@code
*
* Graph graph = new Graph(...);
* TypeAdapter<Graph> graphAdapter = gson.getAdapter(Graph.class);