Skip to content

Commit

Permalink
Add missing javadoc of return value for CodecRegistries#withUuidRepre…
Browse files Browse the repository at this point in the history
…sentation
  • Loading branch information
jyemin committed Feb 7, 2022
1 parent e8d9a1a commit 43b9c48
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public final class CodecRegistries {
*
* @param codecRegistry the code registry
* @param uuidRepresentation the uuid representation
* @return a {@code CodecRegistry} with the given {@code UuidRepresentation} applied to the given {@code CodecRegistry}
* @since 4.5
*/
public static CodecRegistry withUuidRepresentation(final CodecRegistry codecRegistry, final UuidRepresentation uuidRepresentation) {
Expand Down

0 comments on commit 43b9c48

Please sign in to comment.