Skip to content

Commit

Permalink
Make MultiArchSplitTransitionProvider note that it is a split factory…
Browse files Browse the repository at this point in the history
…, also.
  • Loading branch information
katre committed Mar 26, 2019
1 parent 7521d81 commit fdb9cf9
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,11 @@ public SplitTransition create(RuleTransitionData data) {
return new AppleBinaryTransition(platformType, minimumOsVersion);
}

@Override
public boolean isSplit() {
return true;
}

@Override
public boolean isImmutable() {
return true;
Expand Down

0 comments on commit fdb9cf9

Please sign in to comment.