Skip to content

Commit 7bff547

Browse files
ksshleemp911de
authored andcommitted
Update error codes file reference.
Update documentation link from error_codes.err to error_codes.yml. Closes #4729
1 parent cba4b9d commit 7bff547

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-data-mongodb/src/main/java/org/springframework/data/mongodb/util/MongoDbErrorCodes.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@
2020
import org.springframework.lang.Nullable;
2121

2222
/**
23-
* {@link MongoDbErrorCodes} holds MongoDB specific error codes outlined in {@literal mongo/base/error_codes.err}.
23+
* {@link MongoDbErrorCodes} holds MongoDB specific error codes outlined in {@literal mongo/base/error_codes.yml}.
2424
*
2525
* @author Christoph Strobl
2626
* @author Mark Paluch
27+
* @author SangHyuk Lee
2728
* @since 1.8
2829
*/
2930
public final class MongoDbErrorCodes {

0 commit comments

Comments
 (0)