Skip to content

Commit 9ee7c63

Browse files
committed
Merge pull request #32232 from OlgaMaciaszek
* pr/32232: Update copyright year of changed file Fix supportsRequestAttributes for RestClientAdapter Closes gh-32232
2 parents a2000db + ee801d1 commit 9ee7c63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-web/src/main/java/org/springframework/web/client/support/RestClientAdapter.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2023 the original author or authors.
2+
* Copyright 2002-2024 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.
@@ -55,7 +55,7 @@ private RestClientAdapter(RestClient restClient) {
5555

5656
@Override
5757
public boolean supportsRequestAttributes() {
58-
return true;
58+
return false;
5959
}
6060

6161
@Override

0 commit comments

Comments
 (0)