Skip to content

Commit 3abc73e

Browse files
committed
docs
1 parent 3084268 commit 3abc73e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

api/incubator/src/main/java/io/opentelemetry/api/incubator/ExtendedOpenTelemetry.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ default DeclarativeConfigProperties getInstrumentationConfig(String name) {
4444
* general:
4545
* }</pre>
4646
*
47-
* If the general configuration is not available, an empty {@link DeclarativeConfigProperties} is
48-
* returned.
47+
* <p>If the general configuration is not available, an empty {@link DeclarativeConfigProperties}
48+
* is returned.
4949
*
5050
* @return the {@link DeclarativeConfigProperties} for the general instrumentation configuration
5151
*/

api/incubator/src/main/java/io/opentelemetry/api/incubator/config/ConfigProvider.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ default DeclarativeConfigProperties getInstrumentationConfig(String name) {
5656
* general:
5757
* }</pre>
5858
*
59-
* If the general configuration is not available, an empty {@link DeclarativeConfigProperties} is
60-
* returned.
59+
* <p>If the general configuration is not available, an empty {@link DeclarativeConfigProperties}
60+
* is returned.
6161
*
6262
* @return the {@link DeclarativeConfigProperties} for the general instrumentation configuration
6363
*/

0 commit comments

Comments
 (0)