X-Git-Url: http://git.ieval.ro/?p=unical.git;a=blobdiff_plain;f=gson%2Fcom%2Fgoogle%2Fgson%2Fannotations%2FUntil.java;h=3fe69c4c261269cb45727412bd3044fade148f10;hp=4648b8a2ad07dcc24703921e56ac04b974b7b512;hb=070d3ab2d6f382ab74988df71eba137424df525f;hpb=2821d13f4db4ffb8a00b2bccde14d0b0e8cc6d65 diff --git a/gson/com/google/gson/annotations/Until.java b/gson/com/google/gson/annotations/Until.java index 4648b8a..3fe69c4 100644 --- a/gson/com/google/gson/annotations/Until.java +++ b/gson/com/google/gson/annotations/Until.java @@ -46,7 +46,7 @@ import java.lang.annotation.Target; * methods will use all the fields for serialization and deserialization. However, if you created * Gson with {@code Gson gson = new GsonBuilder().setVersion(1.2).create()} then the * {@code toJson()} and {@code fromJson()} methods of Gson will exclude the {@code emailAddress} - * and {@code password} fields from the example above, because the version number passed to the + * and {@code password} fields from the example above, because the version number passed to the * GsonBuilder, {@code 1.2}, exceeds the version number set on the {@code Until} annotation, * {@code 1.1}, for those fields. *