Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Sep 21, 2023
1 parent 9b5062e commit 78c3512
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,12 @@ BaggagePropagation.FactoryBuilder propagationFactoryBuilder(
@SuppressWarnings("deprecation")
private Factory createThrowAwayFactory() {
return new Factory() {

@Override
public <K> Propagation<K> create(KeyFactory<K> keyFactory) {
return null;
}

};
}

Expand Down

0 comments on commit 78c3512

Please sign in to comment.