run spotless:apply to fix.
This commit is contained in:
parent
b3d846a94a
commit
ef0ce71c7e
|
@ -177,7 +177,8 @@ public class TestMetricsConnection {
|
|||
METRICS.updateRpc(ClientService.getDescriptor().findMethodByName("Mutate"),
|
||||
MutateRequest.newBuilder()
|
||||
.setMutation(ProtobufUtil.toMutation(MutationType.PUT, new Put(foo))).setRegion(region)
|
||||
.build(), MetricsConnection.newCallStats(),
|
||||
.build(),
|
||||
MetricsConnection.newCallStats(),
|
||||
new CallTimeoutException("test with CallTimeoutException"));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue