Skip to content

Commit

Permalink
Merge branch '2.4.x' into 2.5.x
Browse files Browse the repository at this point in the history
Closes gh-27332
  • Loading branch information
wilkinsona committed Jul 14, 2021
2 parents d8f9a20 + c005e1d commit 9a81d2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012-2020 the original author or authors.
* Copyright 2012-2021 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -47,7 +47,7 @@
* @author Michael J. Simons
* @author Stephane Nicoll
*/
class Neo4jReactiveHealthIndicatorTest {
class Neo4jReactiveHealthIndicatorTests {

@Test
void neo4jIsUp() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012-2020 the original author or authors.
* Copyright 2012-2021 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -34,7 +34,7 @@
*
* @author Scott Frederick
*/
class MongoPropertiesClientSettingsBuilderCustomizerTest {
class MongoPropertiesClientSettingsBuilderCustomizerTests {

private final MongoProperties properties = new MongoProperties();

Expand Down

0 comments on commit 9a81d2f

Please sign in to comment.