We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e6e0c commit c7824e1Copy full SHA for c7824e1
1 file changed
api/incubator/src/main/java/io/opentelemetry/api/incubator/common/ExtendedAttributes.java
@@ -92,7 +92,7 @@ default <T> T get(AttributeKey<T> key) {
92
* Value.of(Value.of(true), Value.of(false))}.
93
* </ul>
94
*
95
- * Further, if {@code put(ExtendedAttributeKey.valueKey("key"), Value.of(emptyList()))} was
+ * <p>Further, if {@code put(ExtendedAttributeKey.valueKey("key"), Value.of(emptyList()))} was
96
* called, then
97
98
* <ul>
@@ -102,7 +102,7 @@ default <T> T get(AttributeKey<T> key) {
102
* <li>{@code get(ExtendedAttributeKey.doubleArrayKey("key"))}
103
104
105
- * all return an empty list (as opposed to {@code null}).
+ * <p>all return an empty list (as opposed to {@code null}).
106
*/
107
@Nullable
108
<T> T get(ExtendedAttributeKey<T> key);
0 commit comments