We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b563b commit adeaa7dCopy full SHA for adeaa7d
1 file changed
sdk/common/src/main/java/io/opentelemetry/sdk/resources/ResourceBuilder.java
@@ -12,8 +12,8 @@
12
import javax.annotation.Nullable;
13
14
/**
15
- * A builder of {@link Resource} that allows to add key-value pairs and copy attributes from other
16
- * {@link Attributes} or {@link Resource}.
+ * A builder for {@link Resource} that allows adding key-value pairs and copying attributes from
+ * other {@link Attributes} or {@link Resource} instances.
17
*
18
* @since 1.1.0
19
*/
0 commit comments