Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbisutti committed Jul 11, 2024
1 parent e3daa59 commit c0a3586
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;

/** Convenient annotation to leverage Spring autoconfiguration for OpenTelemetry in non-Spring Boot projects. */
/**
* Convenient annotation to leverage Spring autoconfiguration for OpenTelemetry in non-Spring Boot
* projects.
*/
@Configuration
@ComponentScan(basePackages = "io.opentelemetry.instrumentation.spring.autoconfigure")
@Target(ElementType.TYPE)
Expand Down

0 comments on commit c0a3586

Please sign in to comment.