From cb9924718fbaf12fb7b34ec24cd1e658ee6253b4 Mon Sep 17 00:00:00 2001 From: Athou Date: Tue, 18 Jun 2013 13:08:36 +0200 Subject: [PATCH] document unused field through the api --- .../commafeed/frontend/model/request/RegistrationRequest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/commafeed/frontend/model/request/RegistrationRequest.java b/src/main/java/com/commafeed/frontend/model/request/RegistrationRequest.java index d1359a91..3562ae4b 100644 --- a/src/main/java/com/commafeed/frontend/model/request/RegistrationRequest.java +++ b/src/main/java/com/commafeed/frontend/model/request/RegistrationRequest.java @@ -22,6 +22,7 @@ public class RegistrationRequest implements Serializable { @ApiProperty(value = "email address for password recovery", required = true) private String email; + @ApiProperty(value = "not used through the api", required = false) private boolean googleImport = true; public String getName() {