Skip to content

Commit 43b9c48

Browse files
committed
Add missing javadoc of return value for CodecRegistries#withUuidRepresentation
1 parent e8d9a1a commit 43b9c48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bson/src/main/org/bson/codecs/configuration/CodecRegistries.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public final class CodecRegistries {
3737
*
3838
* @param codecRegistry the code registry
3939
* @param uuidRepresentation the uuid representation
40+
* @return a {@code CodecRegistry} with the given {@code UuidRepresentation} applied to the given {@code CodecRegistry}
4041
* @since 4.5
4142
*/
4243
public static CodecRegistry withUuidRepresentation(final CodecRegistry codecRegistry, final UuidRepresentation uuidRepresentation) {

0 commit comments

Comments
 (0)