Skip to content

Commit 846db61

Browse files
committed
Merge branch '2.2.x'
Closes gh-21364
2 parents fe652ea + 0dfca92 commit 846db61

File tree

1 file changed

+4
-4
lines changed
  • spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/web/client

1 file changed

+4
-4
lines changed

spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/web/client/TestRestTemplate.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2019 the original author or authors.
2+
* Copyright 2012-2020 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.
@@ -65,9 +65,9 @@
6565
* {@link #getRestTemplate()}.
6666
* <p>
6767
* If you are using the
68-
* {@link org.springframework.boot.test.context.SpringBootTest @SpringBootTest}
69-
* annotation, a {@link TestRestTemplate} is automatically available and can be
70-
* {@code @Autowired} into your test. If you need customizations (for example to adding
68+
* {@link org.springframework.boot.test.context.SpringBootTest @SpringBootTest} annotation
69+
* with an embedded server, a {@link TestRestTemplate} is automatically available and can
70+
* be {@code @Autowired} into your test. If you need customizations (for example to adding
7171
* additional message converters) use a {@link RestTemplateBuilder} {@code @Bean}.
7272
*
7373
* @author Dave Syer

0 commit comments

Comments
 (0)