Skip to content

Commit

Permalink
RANGER-873: recently added RangerDataMaskDef is marked as Serializable
Browse files Browse the repository at this point in the history
  • Loading branch information
mneethiraj committed Mar 26, 2016
1 parent e156625 commit 760fbdb
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2447,7 +2447,9 @@ public boolean equals(Object obj) {
@JsonIgnoreProperties(ignoreUnknown=true)
@XmlRootElement
@XmlAccessorType(XmlAccessType.FIELD)
public static class RangerDataMaskDef {
public static class RangerDataMaskDef implements java.io.Serializable {
private static final long serialVersionUID = 1L;

private List<RangerDataMaskTypeDef> maskTypes;
private List<String> supportedAccessTypes;
private List<String> supportedResources;
Expand Down

0 comments on commit 760fbdb

Please sign in to comment.