Merge pull request #507 from Renann Prado

* gh-507:
  Polish "Fix typo in OperationResponsePreprocessor javadoc"
  Fix typo in OperationResponsePreprocessor javadoc
This commit is contained in:
Andy Wilkinson
2018-06-25 16:25:50 +01:00

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2014-2015 the original author or authors.
* Copyright 2014-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@ package org.springframework.restdocs.operation.preprocess;
import org.springframework.restdocs.operation.OperationResponse;
/**
* An {@code OperationRequestPreprocessor} is used to modify an {@code OperationRequest}
* An {@code OperationResponsePreprocessor} is used to modify an {@code OperationResponse}
* prior to it being documented.
*
* @author Andy Wilkinson