Skip to content

Commit ece5c6f

Browse files
committed
Polish contribution
See gh-42192
1 parent a5367b5 commit ece5c6f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/security/reactive/ApplicationContextServerWebExchangeMatcher.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2023 the original author or authors.
2+
* Copyright 2012-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.
@@ -29,8 +29,8 @@
2929
/**
3030
* {@link ApplicationContext} backed {@link ServerWebExchangeMatcher}. Can work directly
3131
* with the {@link ApplicationContext}, obtain an existing bean or
32-
* {@link AutowireCapableBeanFactory#createBean(Class) create a new bean}
33-
* that is autowired in the usual way.
32+
* {@link AutowireCapableBeanFactory#createBean(Class) create a new bean} that is
33+
* autowired in the usual way.
3434
*
3535
* @param <C> the type of the context that the match method actually needs to use. Can be
3636
* an {@link ApplicationContext} or a class of an {@link ApplicationContext#getBean(Class)

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/security/servlet/ApplicationContextRequestMatcher.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2023 the original author or authors.
2+
* Copyright 2012-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.
@@ -30,8 +30,8 @@
3030
/**
3131
* {@link ApplicationContext} backed {@link RequestMatcher}. Can work directly with the
3232
* {@link ApplicationContext}, obtain an existing bean or
33-
* {@link AutowireCapableBeanFactory#createBean(Class) create a new bean}
34-
* that is autowired in the usual way.
33+
* {@link AutowireCapableBeanFactory#createBean(Class) create a new bean} that is
34+
* autowired in the usual way.
3535
*
3636
* @param <C> the type of the context that the match method actually needs to use. Can be
3737
* an {@link ApplicationContext} or a class of an {@link ApplicationContext#getBean(Class)

0 commit comments

Comments
 (0)