Skip to content

Commit 4d81912

Browse files
committed
Fix Javadoc
1 parent 07d4104 commit 4d81912

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2018 the original author or authors.
2+
* Copyright 2002-2019 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.
@@ -29,7 +29,8 @@
2929
import org.springframework.util.StreamUtils;
3030

3131
/**
32-
* Wrapper for a {@link ClientHttpRequest} that has support for {@link ClientHttpRequestInterceptor ClientHttpRequest} that has support for {@link ClientHttpRequestInterceptors}.
32+
* Wrapper for a {@link ClientHttpRequest} that has support for {@link ClientHttpRequestInterceptor
33+
* ClientHttpRequestInterceptors}.
3334
*
3435
* @author Arjen Poutsma
3536
* @since 3.1

0 commit comments

Comments
 (0)