This commit is contained in:
Johnny Lim
2016-05-21 12:34:23 +09:00
committed by Andy Wilkinson
parent 3c80176e66
commit 09c9cac857
4 changed files with 9 additions and 10 deletions

View File

@@ -21,7 +21,7 @@ import org.springframework.restdocs.operation.OperationResponse;
/**
* An implementation of {@link OperationPreprocessor} that returns the request and
* response as-is. To be subclasses by preprocessor implementations that only modify the
* response as-is. To be subclassed by preprocessor implementations that only modify the
* request or the response.
*
* @author Andy Wilkinson