This commit is contained in:
Phillip Webb 2023-09-20 17:11:54 -07:00
parent 9b5062e5bb
commit 78c3512e32
1 changed files with 2 additions and 0 deletions

View File

@ -207,10 +207,12 @@ public class BraveAutoConfiguration {
@SuppressWarnings("deprecation")
private Factory createThrowAwayFactory() {
return new Factory() {
@Override
public <K> Propagation<K> create(KeyFactory<K> keyFactory) {
return null;
}
};
}