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

Commit dbb850d

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

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ public final CensusContext with(
4848

4949
/**
5050
* Serializes the {@link CensusContext} into the on-the-wire representation.
51-
* The inverse of {@link CensusContextFactory#deserialize()} and should be based on the
51+
*
52+
* <p>The inverse of {@link CensusContextFactory#deserialize()} and should be based on the
5253
* {@link CensusContext} protobuf representation.
5354
*
5455
* @return serialized bytes.

core/java/com/google/census/CensusContextFactory.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@
2121
*/
2222
public abstract class CensusContextFactory {
2323
/**
24-
* Creates a {@link CensusContext} from the given on-the-wire encoded representation. Should be
25-
* the inverse of {@link CensusContext#serialize()}. The serialized representation should be
26-
* based on the {@link CensusContext} protobuf representation.
24+
* Creates a {@link CensusContext} from the given on-the-wire encoded representation.
25+
*
26+
* <p>Should be the inverse of {@link CensusContext#serialize()}. The serialized representation
27+
* should be based on the {@link CensusContext} protobuf representation.
2728
*
2829
* @param buffer on-the-wire representation of a {@link CensusContext}
2930
* @return a {@link CensusContext} deserialized from {@code buffer}

0 commit comments

Comments
 (0)