Polish
This commit is contained in:
parent
9b5062e5bb
commit
78c3512e32
|
|
@ -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;
|
||||
}
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue