X-Git-Url: http://git.ieval.ro/?p=unical.git;a=blobdiff_plain;f=gson%2Fcom%2Fgoogle%2Fgson%2FGson.java;h=7a52ac60bd178cf220950120a762cca0c42124ea;hp=a54188a678952e60ff5577b78e420cc362cf7f0f;hb=070d3ab2d6f382ab74988df71eba137424df525f;hpb=2821d13f4db4ffb8a00b2bccde14d0b0e8cc6d65 diff --git a/gson/com/google/gson/Gson.java b/gson/com/google/gson/Gson.java index a54188a..7a52ac6 100644 --- a/gson/com/google/gson/Gson.java +++ b/gson/com/google/gson/Gson.java @@ -408,7 +408,7 @@ public final class Gson { * } * Note that since you can not override type adapter factories for String and Java primitive * types, our stats factory will not count the number of String or primitives that will be - * read or written. + * read or written. * @param skipPast The type adapter factory that needs to be skipped while searching for * a matching type adapter. In most cases, you should just pass this (the type adapter * factory from where {@link #getDelegateAdapter} method is being invoked).