Browse Source

Update error codes file reference.

Update documentation link from error_codes.err to error_codes.yml.

Closes #4729
pull/4759/head
ksshlee 2 years ago committed by Mark Paluch
parent
commit
b4cbcd2303
No known key found for this signature in database
GPG Key ID: 55BC6374BAA9D973
  1. 3
      spring-data-mongodb/src/main/java/org/springframework/data/mongodb/util/MongoDbErrorCodes.java

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

@ -20,10 +20,11 @@ import java.util.HashMap;
import org.springframework.lang.Nullable; import org.springframework.lang.Nullable;
/** /**
* {@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}.
* *
* @author Christoph Strobl * @author Christoph Strobl
* @author Mark Paluch * @author Mark Paluch
* @author SangHyuk Lee
* @since 1.8 * @since 1.8
*/ */
public final class MongoDbErrorCodes { public final class MongoDbErrorCodes {

Loading…
Cancel
Save