Clean up regarding deprecated HttpStatus.MOVED_TEMPORARILY

This commit is contained in:
Sam Brannen
2014-08-14 00:29:09 +02:00
parent 3e2138855a
commit 2cbd5ba993
4 changed files with 9 additions and 7 deletions

View File

@@ -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() {