mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
google reader is no more :(
This commit is contained in:
@@ -22,9 +22,6 @@ 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() {
|
||||
return name;
|
||||
}
|
||||
@@ -48,13 +45,4 @@ public class RegistrationRequest implements Serializable {
|
||||
public void setEmail(String email) {
|
||||
this.email = email;
|
||||
}
|
||||
|
||||
public boolean isGoogleImport() {
|
||||
return googleImport;
|
||||
}
|
||||
|
||||
public void setGoogleImport(boolean googleImport) {
|
||||
this.googleImport = googleImport;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user