This repository was archived by the owner on Dec 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
core/java/com/google/census Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 2121 */
2222public 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}
You can’t perform that action at this time.
0 commit comments