fixed javadocs

This commit is contained in:
Inderjeet Singh 2011-06-03 19:01:08 +00:00
parent 60e7c481fd
commit 8fd4072f9b

View File

@ -104,7 +104,7 @@ public final class FieldAttributes {
* private List<String> red;
* }
*
* Type listParmeterizedType = new TypeToken<List<String>>() {}.getType();
* Type listParmeterizedType = new TypeToken&lt;List&lt;String&gt;&gt;() {}.getType();
* </pre>
*
* <p>This method would return {@code String.class} for the {@code bar} field and