Skip to content

Commit

Permalink
Fix GH actions failure
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilbonte21 committed Sep 6, 2024
1 parent 64cac41 commit 484ba8b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,4 @@ public String toString() {
", enableFullRestriction="+ enableFullRestriction +
'}';
}

@Override
public void setQuery(String query) {
this.queryString = query;
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ public Set<String> getAttributes() {
return attributes;
}

public void setQuery(String query) {
setQuery(query);
}

public void setAttributes(Set<String> attributes) {
this.attributes = attributes;
}
Expand Down

0 comments on commit 484ba8b

Please sign in to comment.