Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.

Commit 658232d

Browse files
author
Dino Oliva
committed
Updates javadoc to fix link.
1 parent 9c927a5 commit 658232d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/java/com/google/instrumentation/stats/StatsContext.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ public final StatsContext with(
5252
/**
5353
* Serializes the {@link StatsContext} into the on-the-wire representation.
5454
*
55-
* <p>The inverse of {@link StatsContextFactory#deserialize(ByteBuffer)} and should be based on
56-
* the {@link StatsContext} protobuf representation.
55+
* <p>The inverse of {@link StatsContextFactory#deserialize(java.io.InputStream)} and should be
56+
* based on the {@link StatsContext} protobuf representation.
5757
*
5858
* @param output the {@link OutputStream} to add the serialized form of this {@link StatsContext}.
5959
*/

0 commit comments

Comments
 (0)