Browse Source

Fix typo

pull/1352/merge
Rossen Stoyanchev 9 years ago
parent
commit
0479e3eefc
  1. 2
      spring-web/src/main/java/org/springframework/web/server/NotAcceptableStatusException.java

2
spring-web/src/main/java/org/springframework/web/server/NotAcceptableStatusException.java

@ -23,7 +23,7 @@ import org.springframework.http.HttpStatus; @@ -23,7 +23,7 @@ import org.springframework.http.HttpStatus;
import org.springframework.http.MediaType;
/**
* Exception for errors that fit response status 405 (not acceptable).
* Exception for errors that fit response status 406 (not acceptable).
*
* @author Rossen Stoyanchev
* @since 5.0

Loading…
Cancel
Save