We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba4b9d commit 7bff547Copy full SHA for 7bff547
spring-data-mongodb/src/main/java/org/springframework/data/mongodb/util/MongoDbErrorCodes.java
@@ -20,10 +20,11 @@
20
import org.springframework.lang.Nullable;
21
22
/**
23
- * {@link MongoDbErrorCodes} holds MongoDB specific error codes outlined in {@literal mongo/base/error_codes.err}.
+ * {@link MongoDbErrorCodes} holds MongoDB specific error codes outlined in {@literal mongo/base/error_codes.yml}.
24
*
25
* @author Christoph Strobl
26
* @author Mark Paluch
27
+ * @author SangHyuk Lee
28
* @since 1.8
29
*/
30
public final class MongoDbErrorCodes {
0 commit comments