Skip to content

Commit 7e49a20

Browse files
committed
Merge pull request #507 from Renann Prado
* gh-507: Polish "Fix typo in OperationResponsePreprocessor javadoc" Fix typo in OperationResponsePreprocessor javadoc
2 parents 86c31c9 + c29d094 commit 7e49a20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-restdocs-core/src/main/java/org/springframework/restdocs/operation/preprocess/OperationResponsePreprocessor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2015 the original author or authors.
2+
* Copyright 2014-2018 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
1919
import org.springframework.restdocs.operation.OperationResponse;
2020

2121
/**
22-
* An {@code OperationRequestPreprocessor} is used to modify an {@code OperationRequest}
22+
* An {@code OperationResponsePreprocessor} is used to modify an {@code OperationResponse}
2323
* prior to it being documented.
2424
*
2525
* @author Andy Wilkinson

0 commit comments

Comments
 (0)