X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=gson%2Fcom%2Fgoogle%2Fgson%2FGson.java;h=7a52ac60bd178cf220950120a762cca0c42124ea;hb=306c1a65e1b352740d0c55ded51902735c2f78cc;hp=a54188a678952e60ff5577b78e420cc362cf7f0f;hpb=5c86ae2f45d293408d98a291e826948052d207bc;p=unical.git 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).