removed policy uri from data model

pull/708/merge
Justin Richer 2015-02-23 13:51:52 -05:00
parent e7bf75e9a4
commit 99bf19e21b
1 changed files with 0 additions and 12 deletions

View File

@ -41,8 +41,6 @@ public class ResourceSet {
private Set<String> scopes;
private String iconUri;
private String policyUri;
private String owner; // username of the person responsible for the reigistration (either directly or via OAuth token)
/**
@ -145,16 +143,6 @@ public class ResourceSet {
this.iconUri = iconUri;
}
@Basic
@Column(name = "policy_uri")
public String getPolicyUri() {
return this.policyUri;
}
public void setPolicyUri(String policyUri) {
this.policyUri = policyUri;
}
/**
* @return the owner
*/