Skip to content

Commit 1f5f6ed

Browse files
committed
pr feedback
1 parent 956580f commit 1f5f6ed

File tree

1 file changed

+3
-3
lines changed
  • instrumentation-api-incubator/src/main/java/io/opentelemetry/instrumentation/api/incubator/config/internal

1 file changed

+3
-3
lines changed

instrumentation-api-incubator/src/main/java/io/opentelemetry/instrumentation/api/incubator/config/internal/InstrumentationConfig.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,15 @@ default List<String> getList(String name) {
112112

113113
/**
114114
* Returns a {@link DeclarativeConfigProperties} for the given instrumentation name, or {@code
115-
* null} if no declarative configuration <b>not used at all</b>.
115+
* null} if declarative configuration is <b>not used at all</b>.
116116
*
117117
* <p>Declarative configuration is used to configure instrumentation properties in a declarative
118118
* way, such as through YAML or JSON files.
119119
*
120120
* @param node the name of the instrumentation (e.g. "log4j"), the vendor name (e.g. "google"), or
121-
* "common" for common Java settings that don't apply to other languages
121+
* "common" for common Java settings that don't apply to other languages.
122122
* @return the declarative configuration properties for the given node name, or {@code * null} if
123-
* no declarative configuration <b>not used at all</b>.
123+
* declarative configuration is <b>not used at all</b>.
124124
*/
125125
DeclarativeConfigProperties getDeclarativeConfig(String node);
126126

0 commit comments

Comments
 (0)