Skip to content

Commit d920b49

Browse files
committed
Polish
See gh-11193
1 parent 8efb608 commit d920b49

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2016 the original author or authors.
2+
* Copyright 2012-2017 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.
@@ -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/src/main/java/org/springframework/boot/ansi/AnsiPropertySource.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2015 the original author or authors.
2+
* Copyright 2012-2017 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.
@@ -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)