Skip to content

Commit

Permalink
comments added
Browse files Browse the repository at this point in the history
  • Loading branch information
colesico committed Dec 11, 2024
1 parent b8e6379 commit 1a790ac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public CatalogImpl(ConditionContext conditionContext) {
@Override
public <T> boolean accept(Key<T> key, Condition condition, Substitution substitution, boolean polyproducing) {

// for older version ioclets compatibility
if (substitution == null) {
substitution = Substitution.REGULAR;
}
Expand Down

0 comments on commit 1a790ac

Please sign in to comment.