Clean up regarding deprecated HttpStatus.MOVED_TEMPORARILY
This commit is contained in:
@@ -283,6 +283,7 @@ public class StatusResultMatchers {
|
||||
/**
|
||||
* Assert the response status code is {@code HttpStatus.MOVED_TEMPORARILY} (302).
|
||||
* @see #isFound()
|
||||
* @deprecated in favor of {@link #isFound()}
|
||||
*/
|
||||
@Deprecated
|
||||
public ResultMatcher isMovedTemporarily() {
|
||||
|
||||
Reference in New Issue
Block a user