Skip to content

Commit 6ac35ee

Browse files
committed
remove contract
1 parent 72bb6e5 commit 6ac35ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation-api/src/main/java/io/opentelemetry/instrumentation/api/internal/ConfigPropertiesUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public static int getInt(String propertyName, int defaultValue) {
8686
* Returns the string value of the given property name from system properties and environment
8787
* variables.
8888
*
89-
* <p>It's recommended to use {@link #getString(OpenTelemetry, String, String...)} instead to
89+
* <p>It's recommended to use {@link #getString(OpenTelemetry, String...)} instead to
9090
* support Declarative Config.
9191
*/
9292
@Nullable

0 commit comments

Comments
 (0)