From 94a57c33cfefad9ba230128715d2e6075b616c7a Mon Sep 17 00:00:00 2001 From: Renann Prado Date: Tue, 8 May 2018 00:46:28 +0200 Subject: [PATCH 1/2] Fix typo in OperationResponsePreprocessor javadoc See gh-507 --- .../operation/preprocess/OperationResponsePreprocessor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-restdocs-core/src/main/java/org/springframework/restdocs/operation/preprocess/OperationResponsePreprocessor.java b/spring-restdocs-core/src/main/java/org/springframework/restdocs/operation/preprocess/OperationResponsePreprocessor.java index 4763b05b..bb134e03 100644 --- a/spring-restdocs-core/src/main/java/org/springframework/restdocs/operation/preprocess/OperationResponsePreprocessor.java +++ b/spring-restdocs-core/src/main/java/org/springframework/restdocs/operation/preprocess/OperationResponsePreprocessor.java @@ -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 From c29d094f05a14f3abe841d4c7fb4bbf5666c5053 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 25 Jun 2018 16:24:39 +0100 Subject: [PATCH 2/2] Polish "Fix typo in OperationResponsePreprocessor javadoc" Closes gh-507 --- .../operation/preprocess/OperationResponsePreprocessor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-restdocs-core/src/main/java/org/springframework/restdocs/operation/preprocess/OperationResponsePreprocessor.java b/spring-restdocs-core/src/main/java/org/springframework/restdocs/operation/preprocess/OperationResponsePreprocessor.java index bb134e03..931b7379 100644 --- a/spring-restdocs-core/src/main/java/org/springframework/restdocs/operation/preprocess/OperationResponsePreprocessor.java +++ b/spring-restdocs-core/src/main/java/org/springframework/restdocs/operation/preprocess/OperationResponsePreprocessor.java @@ -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.