Skip to content

Commit 98f423f

Browse files
committed
Updating javadoc
1 parent 3d0e62a commit 98f423f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opamp-client/src/main/java/io/opentelemetry/opamp/client/OpampClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ static OpampClientBuilder builder() {
2222
* Sets attributes of the Agent. The attributes will be included in the next outgoing status
2323
* report. This is typically used by Agents which allow their AgentDescription to change
2424
* dynamically while the OpAMPClient is started. May be also called from {@link
25-
* Callbacks#onMessage(MessageData)}.
25+
* Callbacks#onMessage(OpampClient, MessageData)}.
2626
*
2727
* @param agentDescription The new agent description.
2828
*/

0 commit comments

Comments
 (0)