File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
api/incubator/src/main/java/io/opentelemetry/api/incubator/common Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments