Skip to content

Commit 04bdb91

Browse files
committed
Address Checkstyle Violations
1 parent 132703f commit 04bdb91

7 files changed

Lines changed: 1 addition & 7 deletions

File tree

reactive/rsocket/hello-security/src/integTest/java/example/HelloRSocketApplicationITests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
*
3838
* @author Rob Winch
3939
* @author Eddú Meléndez
40-
* @since 5.0
4140
*/
4241
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
4342
@TestPropertySource(properties = "spring.rsocket.server.port=0")

reactive/webflux/java/authentication/username-password/form/src/integTest/java/example/WebfluxFormApplicationITests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
* Integration tests for WebFlux based form log in sample.
3232
*
3333
* @author Rob Winch
34-
* @since 5.0
3534
*/
3635
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
3736
class WebfluxFormApplicationITests {

reactive/webflux/java/method/src/integTest/java/example/HelloMethodApplicationITests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
* Integration tests.
3030
*
3131
* @author Rob Winch
32-
* @since 5.0
3332
*/
3433
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
3534
class HelloMethodApplicationITests {

reactive/webflux/java/oauth2/resource-server/src/integTest/java/example/ServerOAuth2ResourceServerApplicationITests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
* Integration tests for resource server.
3434
*
3535
* @author Rob Winch
36-
* @since 5.1
3736
*/
3837
@SpringBootTest
3938
@AutoConfigureWebTestClient(timeout = "36000")

servlet/spring-boot/java/oauth2/login/src/integTest/java/example/OAuth2LoginApplicationTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@
8484
* 2.0 Login leveraging the Authorization Code Grant flow.
8585
*
8686
* @author Joe Grandja
87-
* @since 5.0
8887
*/
8988
@SpringBootTest(classes = { OAuth2LoginApplication.class, OAuth2LoginApplicationTests.SecurityTestConfig.class })
9089
@AutoConfigureMockMvc

servlet/spring-boot/java/observability/src/integTest/java/example/HelloMethodApplicationITests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
* Integration tests.
4040
*
4141
* @author Rob Winch
42-
* @since 5.0
4342
*/
4443
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
4544
class HelloMethodApplicationITests {

servlet/xml/java/dms/src/test/java/sample/DmsIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ void clearContext() {
7272
SecurityContextHolder.clearContext();
7373
}
7474

75-
public void setDocumentDao(DocumentDao documentDao) {
75+
void setDocumentDao(DocumentDao documentDao) {
7676
this.documentDao = documentDao;
7777
}
7878

0 commit comments

Comments
 (0)