Remove trailing whitespace
[unical.git] / gson / com / google / gson / annotations / Expose.java
index 1b9c70df0840d4c9fc8297bfa1e6975d4922f9aa..99fd86f512023b485713f1cbf2983fc3a50650c1 100644 (file)
@@ -60,7 +60,7 @@ import java.lang.annotation.Target;
 @Retention(RetentionPolicy.RUNTIME)
 @Target(ElementType.FIELD)
 public @interface Expose {
-  
+
   /**
    * If {@code true}, the field marked with this annotation is written out in the JSON while
    * serializing. If {@code false}, the field marked with this annotation is skipped from the
@@ -71,7 +71,7 @@ public @interface Expose {
 
   /**
    * If {@code true}, the field marked with this annotation is deserialized from the JSON.
-   * If {@code false}, the field marked with this annotation is skipped during deserialization. 
+   * If {@code false}, the field marked with this annotation is skipped during deserialization.
    * Defaults to {@code true}.
    * @since 1.4
    */
This page took 0.009423 seconds and 4 git commands to generate.