Skip to content

Commit 78c3512

Browse files
committed
Polish
1 parent 9b5062e commit 78c3512

File tree

1 file changed

+2
-0
lines changed
  • spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/tracing

1 file changed

+2
-0
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/tracing/BraveAutoConfiguration.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,12 @@ BaggagePropagation.FactoryBuilder propagationFactoryBuilder(
207207
@SuppressWarnings("deprecation")
208208
private Factory createThrowAwayFactory() {
209209
return new Factory() {
210+
210211
@Override
211212
public <K> Propagation<K> create(KeyFactory<K> keyFactory) {
212213
return null;
213214
}
215+
214216
};
215217
}
216218

0 commit comments

Comments
 (0)