File tree Expand file tree Collapse file tree 3 files changed +3
-21
lines changed
google-http-client/src/test/java/com/google/api/client/http Expand file tree Collapse file tree 3 files changed +3
-21
lines changed Original file line number Diff line number Diff line change 144
144
<plugin >
145
145
<groupId >com.coveo</groupId >
146
146
<artifactId >fmt-maven-plugin</artifactId >
147
- <version >2.9 </version >
147
+ <version >2.12 </version >
148
148
<configuration >
149
- <style >google</style >
150
149
<verbose >true</verbose >
151
150
</configuration >
152
- <dependencies >
153
- <dependency >
154
- <groupId >com.google.googlejavaformat</groupId >
155
- <artifactId >google-java-format</artifactId >
156
- <version >1.7</version >
157
- </dependency >
158
- </dependencies >
159
151
</plugin >
160
152
</plugins >
161
153
</build >
Original file line number Diff line number Diff line change @@ -44,9 +44,7 @@ public class HttpRequestTracingTest {
44
44
public void setupTestTracer () {
45
45
Tracing .getExportComponent ().getSpanExporter ().registerHandler ("test" , testHandler );
46
46
TraceParams params =
47
- Tracing .getTraceConfig ()
48
- .getActiveTraceParams ()
49
- .toBuilder ()
47
+ Tracing .getTraceConfig ().getActiveTraceParams ().toBuilder ()
50
48
.setSampler (Samplers .alwaysSample ())
51
49
.build ();
52
50
Tracing .getTraceConfig ().updateActiveTraceParams (params );
Original file line number Diff line number Diff line change 542
542
<plugin >
543
543
<groupId >com.coveo</groupId >
544
544
<artifactId >fmt-maven-plugin</artifactId >
545
- <version >2.9 </version >
545
+ <version >2.12 </version >
546
546
<configuration >
547
- <style >google</style >
548
547
<verbose >true</verbose >
549
548
</configuration >
550
- <dependencies >
551
- <dependency >
552
- <groupId >com.google.googlejavaformat</groupId >
553
- <artifactId >google-java-format</artifactId >
554
- <version >1.7</version >
555
- </dependency >
556
- </dependencies >
557
549
</plugin >
558
550
</plugins >
559
551
</build >
You can’t perform that action at this time.
0 commit comments