Skip to content

Commit 57bfbfb

Browse files
committed
Fix checkstyle errors
1 parent 9ca1391 commit 57bfbfb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/metrics/web/reactive/server/MetricsWebFilterTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
/**
3434
* Tests for {@link MetricsWebFilter}
35-
*
35+
*
3636
* @author Brian Clozel
3737
*/
3838
public class MetricsWebFilterTests {

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/PropertyMapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public interface SourceOperator {
167167

168168
/**
169169
* A source that is in the process of being mapped.
170-
*
170+
*
171171
* @param <T> the source type
172172
*/
173173
public static final class Source<T> {

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/bind/AggregateBinder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ protected final Context getContext() {
9191

9292
/**
9393
* Internal class used to supply the aggregate and cache the value.
94-
*
94+
*
9595
* @param <T> The aggregate type
9696
*/
9797
protected static class AggregateSupplier<T> {

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/util/LambdaSafe.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ public boolean match(Class<C> callbackType, C callbackInstance, A argument,
367367
* The result of a callback which may be a value, {@code null} or absent entirely if
368368
* the callback wasn't suitable. Similar in design to {@link Optional} but allows for
369369
* {@code null} as a valid value.
370-
*
370+
*
371371
* @param <R> The result type
372372
*/
373373
public static final class InvocationResult<R> {

0 commit comments

Comments
 (0)