Skip to content

Commit b7ebfeb

Browse files
committed
fix
1 parent 0eacadc commit b7ebfeb

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,12 @@ default DeclarativeConfigProperties getStructured(
202202
}
203203

204204
/**
205-
* Returns a {@link DeclarativeConfigProperties} configuration property, or {@link #empty()} if a property with {@code name} has not been configured.
206-
*
207-
* <p>This is syntactic sugar for the common operation of calling {@code config.getStructured(name, empty())}. If you need to distinguish between a property being set but empty vs. not set, use {@link getStructured(String)}.
205+
* Returns a {@link DeclarativeConfigProperties} configuration property, or {@link #empty()} if a
206+
* property with {@code name} has not been configured.
207+
*
208+
* <p>This is syntactic sugar for the common operation of calling {@code
209+
* config.getStructured(name, empty())}. If you need to distinguish between a property being set
210+
* but empty vs. not set, use {@link #getStructured(String)}.
208211
*
209212
* @return a map-valued configuration property, or an empty {@link DeclarativeConfigProperties}
210213
* instance if {@code name} has not been configured

0 commit comments

Comments
 (0)