Browse Source

Fix Javadoc

pull/23582/head
Sam Brannen 6 years ago
parent
commit
4d819128db
  1. 5
      spring-web/src/main/java/org/springframework/http/client/InterceptingClientHttpRequest.java

5
spring-web/src/main/java/org/springframework/http/client/InterceptingClientHttpRequest.java

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
/*
* Copyright 2002-2018 the original author or authors.
* Copyright 2002-2019 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.
@ -29,7 +29,8 @@ import org.springframework.util.Assert; @@ -29,7 +29,8 @@ import org.springframework.util.Assert;
import org.springframework.util.StreamUtils;
/**
* Wrapper for a {@link ClientHttpRequest} that has support for {@link ClientHttpRequestInterceptor ClientHttpRequest} that has support for {@link ClientHttpRequestInterceptors}.
* Wrapper for a {@link ClientHttpRequest} that has support for {@link ClientHttpRequestInterceptor
* ClientHttpRequestInterceptors}.
*
* @author Arjen Poutsma
* @since 3.1

Loading…
Cancel
Save