Skip to content

Commit 02de339

Browse files
committed
Updating javadocs
1 parent 79252eb commit 02de339

File tree

1 file changed

+1
-1
lines changed
  • opamp-client/src/main/java/io/opentelemetry/opamp/client/internal

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public interface OpampClient {
3838
* the Server. When called after {@link #start(Callbacks)}, the attributes will be included in the
3939
* next outgoing status report. This is typically used by Agents which allow their
4040
* AgentDescription to change dynamically while the OpAMPClient is started. May be also called
41-
* from OnMessage handler.
41+
* from {@link Callbacks#onMessage(OpampClient, MessageData)}.
4242
*
4343
* @param agentDescription The new agent description.
4444
*/

0 commit comments

Comments
 (0)