Skip to content

Commit 33bd7cc

Browse files
committed
Merge branch '1.5.x'
2 parents ee62633 + d920b49 commit 33bd7cc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/condition/ConditionalOnSingleCandidate.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
* specified is contained in the {@link ApplicationContext} and a primary candidate
5454
* exists in case of multiple instances.
5555
* <p>
56-
* This attribute may <strong>not</strong> be used in conjunction with {@link #type()}
57-
* , but it may be used instead of {@link #type()}.
56+
* This attribute may <strong>not</strong> be used in conjunction with
57+
* {@link #type()}, but it may be used instead of {@link #type()}.
5858
* @return the class type of the bean to check
5959
*/
6060
Class<?> value() default Object.class;

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/ansi/AnsiPropertySource.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828

2929
/**
3030
* {@link PropertyResolver} for {@link AnsiStyle}, {@link AnsiColor} and
31-
* {@link AnsiBackground} elements. Supports properties of the form {@code AnsiStyle.BOLD}
32-
* , {@code AnsiColor.RED} or {@code AnsiBackground.GREEN}. Also supports a prefix of
33-
* {@code Ansi.} which is an aggregation of everything (with background colors prefixed
34-
* {@code BG_}).
31+
* {@link AnsiBackground} elements. Supports properties of the form
32+
* {@code AnsiStyle.BOLD}, {@code AnsiColor.RED} or {@code AnsiBackground.GREEN}. Also
33+
* supports a prefix of {@code Ansi.} which is an aggregation of everything (with
34+
* background colors prefixed {@code BG_}).
3535
*
3636
* @author Phillip Webb
3737
* @since 1.3.0

0 commit comments

Comments
 (0)