Fix a broken Javadoc link to this.

This commit is contained in:
Jesse Wilson 2011-12-16 05:38:16 +00:00
parent 214234e202
commit 2ef7716209

View File

@ -166,7 +166,7 @@ public abstract class TypeAdapter<T> {
* }).create();
* }</pre>
* You can avoid this boilerplate handling of nulls by wrapping your type adapter with
* {@link #nullSafe(TypeAdapter)} method. Here is how we will rewrite the above example:
* this method. Here is how we will rewrite the above example:
* <pre> {@code
*
* Gson gson = new GsonBuilder().registerTypeAdapter(Foo.class,