Skip to content

Commit c7824e1

Browse files
committed
javadoc
1 parent 08e6e0c commit c7824e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/incubator/src/main/java/io/opentelemetry/api/incubator/common/ExtendedAttributes.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ default <T> T get(AttributeKey<T> key) {
9292
* Value.of(Value.of(true), Value.of(false))}.
9393
* </ul>
9494
*
95-
* Further, if {@code put(ExtendedAttributeKey.valueKey("key"), Value.of(emptyList()))} was
95+
* <p>Further, if {@code put(ExtendedAttributeKey.valueKey("key"), Value.of(emptyList()))} was
9696
* called, then
9797
*
9898
* <ul>
@@ -102,7 +102,7 @@ default <T> T get(AttributeKey<T> key) {
102102
* <li>{@code get(ExtendedAttributeKey.doubleArrayKey("key"))}
103103
* </ul>
104104
*
105-
* all return an empty list (as opposed to {@code null}).
105+
* <p>all return an empty list (as opposed to {@code null}).
106106
*/
107107
@Nullable
108108
<T> T get(ExtendedAttributeKey<T> key);

0 commit comments

Comments
 (0)