From 42e84d1db3bba1ef4ebb50c0e51c7f2ffb58e70a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 4 Jan 2022 11:49:26 +0000 Subject: [PATCH] Polish "Fix typo in OperationResponseFactory Javadoc" See gh-765 --- .../restdocs/operation/OperationResponseFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-restdocs-core/src/main/java/org/springframework/restdocs/operation/OperationResponseFactory.java b/spring-restdocs-core/src/main/java/org/springframework/restdocs/operation/OperationResponseFactory.java index a86c6209..3b9c9914 100644 --- a/spring-restdocs-core/src/main/java/org/springframework/restdocs/operation/OperationResponseFactory.java +++ b/spring-restdocs-core/src/main/java/org/springframework/restdocs/operation/OperationResponseFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2014-2021 the original author or authors. + * Copyright 2014-2022 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.