Skip to content

Commit f4af1f7

Browse files
Simon Zeltseryoshi-automation
Simon Zeltser
andauthored
chore: sort imports in samples (#621)
* chore: sort imports in samples Co-authored-by: yoshi-automation <[email protected]>
1 parent 050e436 commit f4af1f7

File tree

1 file changed

+1
-1
lines changed
  • errorreporting/snippets/src/main/java/com/example/errorreporting

1 file changed

+1
-1
lines changed

errorreporting/snippets/src/main/java/com/example/errorreporting/QuickStart.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
import com.google.cloud.ServiceOptions;
2424
import com.google.devtools.clouderrorreporting.v1beta1.ErrorContext;
2525
import com.google.devtools.clouderrorreporting.v1beta1.ProjectName;
26-
import com.google.devtools.clouderrorreporting.v1beta1.ReportedErrorEvent;
2726
import com.google.devtools.clouderrorreporting.v1beta1.ReportErrorsServiceClient;
27+
import com.google.devtools.clouderrorreporting.v1beta1.ReportedErrorEvent;
2828
import com.google.devtools.clouderrorreporting.v1beta1.SourceLocation;
2929

3030
/**

0 commit comments

Comments
 (0)