Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Commit

Permalink
fix @SInCE annotations.
Browse files Browse the repository at this point in the history
  • Loading branch information
rghetia committed May 15, 2019
1 parent a1204a1 commit e9cc809
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -27,7 +27,7 @@
* {@link org.springframework.boot.autoconfigure.EnableAutoConfiguration Auto-configuration} to
* enable tracing using OpenCensus.
*
* @since 0.19.0
* @since 0.23.0
*/
@Configuration
@ComponentScan(basePackages = "io.opencensus")
Expand Down
Expand Up @@ -19,9 +19,9 @@
import org.springframework.boot.context.properties.ConfigurationProperties;

/**
* Opencensus Tracing settings.
* Opencensus settings.
*
* @since 0.19.0
* @since 0.23.0
*/
@ConfigurationProperties("opencensus.spring")
public class OpenCensusProperties {
Expand Down

0 comments on commit e9cc809

Please sign in to comment.