Skip to content

Commit fe84b47

Browse files
committed
PR feedback
1 parent 3c57540 commit fe84b47

File tree

3 files changed

+71
-74
lines changed

3 files changed

+71
-74
lines changed

content/en/docs/languages/java/configuration.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ some of some logging might be suppressed during shutdown hooks. This is a bug in
105105
the JDK itself, and not something under the control of OpenTelemetry Java. If
106106
you require logging during shutdown hooks, consider using `System.out` rather
107107
than a logging framework which might shut itself down in a shutdown hook, thus
108-
suppressing your log messages. See
109-
this[JDK bug](https://bugs.openjdk.java.net/browse/JDK-8161253) for more
110-
details. {{% /alert %}}
108+
suppressing your log messages. See this
109+
[JDK bug](https://bugs.openjdk.java.net/browse/JDK-8161253) for more details.
110+
{{% /alert %}}
111111

112112
### Environment variables and system properties
113113

@@ -420,7 +420,7 @@ The following sections describe the available SPIs. Each SPI section includes:
420420
[ResourceProvider](https://www.javadoc.io/doc/io.opentelemetry/opentelemetry-sdk-extension-autoconfigure-spi/latest/io/opentelemetry/sdk/autoconfigure/spi/ResourceProvider.html)s
421421
contribute to the autoconfigured [resource](/docs/languages/java/sdk/#resource).
422422

423-
`ResourceProvider`s built-in to the SDK and maintained by community in
423+
`ResourceProvider`s built-in to the SDK and maintained by the community in
424424
`opentelemetry-java-contrib`:
425425

426426
| Class | Artifact | Description |

0 commit comments

Comments
 (0)