Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Include the getter back
Browse files Browse the repository at this point in the history
  • Loading branch information
Said Tahsin Dane committed Feb 9, 2018
1 parent 589e6f7 commit a51339a
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -13,6 +13,10 @@ trait VariantAware {
this.includeVariantsFilter = includeVariantsFilter
}

Closure<Boolean> getIncludeVariantsFilter() {
includeVariantsFilter
}

boolean getHasFilter() {
hasFilter
}
Expand Down

0 comments on commit a51339a

Please sign in to comment.