Remove trailing whitespace
[unical.git] / gson / com / google / gson / annotations / Until.java
index 4648b8a2ad07dcc24703921e56ac04b974b7b512..3fe69c4c261269cb45727412bd3044fade148f10 100644 (file)
@@ -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.
  *
This page took 0.009489 seconds and 4 git commands to generate.