Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-berg committed Sep 9, 2022
1 parent 273586b commit 95dcf1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Added scope attributes to `InstrumentationScopeInfo` accessible
via `InstrumentationScopeInfo#getAttributes()`. Will add the ability to specify scope attributes
in Meter, Tracer, and Logger in a future version.
* DEPRECATION: the `InstrumentationScopeInfo#create(String, String, String)` method has been
* DEPRECATION: The `InstrumentationScopeInfo#create(String, String, String)` method has been
deprecated in favor of
`InstrumentationScopeInfo#builer(String).setVersion(String).setSchemaUrl(String).build()`.
* Optimize `Resource#merge(Resource)` by returning early if the other resource is empty.
Expand Down

0 comments on commit 95dcf1b

Please sign in to comment.