Skip to content

Commit 0e740ec

Browse files
committed
Change copyright year in file header
1 parent ac99dd7 commit 0e740ec

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

exporters/trace/src/main/java/com/google/cloud/opentelemetry/trace/InternalTraceExporter.java

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2022 Google
2+
* Copyright 2023 Google
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -15,8 +15,6 @@
1515
*/
1616
package com.google.cloud.opentelemetry.trace;
1717

18-
import static com.google.api.client.util.Preconditions.checkNotNull;
19-
2018
import com.google.api.gax.core.FixedCredentialsProvider;
2119
import com.google.api.gax.core.NoCredentialsProvider;
2220
import com.google.api.gax.grpc.GrpcTransportChannel;
@@ -35,12 +33,15 @@
3533
import io.opentelemetry.sdk.common.CompletableResultCode;
3634
import io.opentelemetry.sdk.trace.data.SpanData;
3735
import io.opentelemetry.sdk.trace.export.SpanExporter;
36+
37+
import javax.annotation.Nonnull;
3838
import java.io.IOException;
3939
import java.util.ArrayList;
4040
import java.util.Collection;
4141
import java.util.List;
4242
import java.util.Map;
43-
import javax.annotation.Nonnull;
43+
44+
import static com.google.api.client.util.Preconditions.checkNotNull;
4445

4546
class InternalTraceExporter implements SpanExporter {
4647

0 commit comments

Comments
 (0)