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

Commit f46e66e

Browse files
author
Dino Oliva
committed
Fixes javadoc.
1 parent dbb850d commit f46e66e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/java/com/google/census/CensusContext.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ public final CensusContext with(
4949
/**
5050
* Serializes the {@link CensusContext} into the on-the-wire representation.
5151
*
52-
* <p>The inverse of {@link CensusContextFactory#deserialize()} and should be based on the
53-
* {@link CensusContext} protobuf representation.
52+
* <p>The inverse of {@link CensusContextFactory#deserialize(ByteBuffer)} and should be based on
53+
* the {@link CensusContext} protobuf representation.
5454
*
5555
* @return serialized bytes.
5656
*/

0 commit comments

Comments
 (0)