Skip to content

Commit ed77266

Browse files
Fix typos
Signed-off-by: Tran Ngoc Nhan <[email protected]>
1 parent f2504bb commit ed77266

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

spring-cloud-commons/src/test/java/org/springframework/cloud/client/discovery/AutoRegisterPropertyFalseTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2020 the original author or authors.
2+
* Copyright 2012-2025 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.
@@ -48,7 +48,7 @@ public class AutoRegisterPropertyFalseTests {
4848
Boolean autoRegisterProperty;
4949

5050
@Test
51-
public void veryifyBeans() {
51+
public void verifyBeans() {
5252
then(this.autoConfiguration).isNull();
5353
then(this.autoServiceRegistration).isNull();
5454
then(this.autoServiceRegistrationProperties).isNull();

spring-cloud-commons/src/test/java/org/springframework/cloud/client/discovery/EnableDiscoveryClientAutoRegisterFalseTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2020 the original author or authors.
2+
* Copyright 2012-2025 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.
@@ -48,7 +48,7 @@ public class EnableDiscoveryClientAutoRegisterFalseTests {
4848
Boolean autoRegisterProperty;
4949

5050
@Test
51-
public void veryifyBeans() {
51+
public void verifyBeans() {
5252
then(this.autoConfiguration).isNull();
5353
then(this.autoServiceRegistration).isNull();
5454
then(this.autoServiceRegistrationProperties).isNull();

spring-cloud-commons/src/test/java/org/springframework/cloud/client/hypermedia/CloudHypermediaAutoConfigurationIntegrationTests.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2020 the original author or authors.
2+
* Copyright 2012-2025 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,7 +53,7 @@ public void picksUpHypermediaProperties() {
5353
}
5454

5555
@Test
56-
public void doesNotCreateCloudHypermediaPropertiesifNotActive() {
56+
public void doesNotCreateCloudHypermediaPropertiesIfNotActive() {
5757

5858
try (ConfigurableApplicationContext context = getApplicationContext(Config.class)) {
5959
then(context.getBeanNamesForType(CloudHypermediaProperties.class)).hasSize(0);
@@ -71,7 +71,7 @@ public void doesNotRegisterResourceRefresherIfNoDiscoveredResourceIsDefined() {
7171
}
7272

7373
@Test
74-
public void registersResourceRefresherIfDiscoverredResourceIsDefined() {
74+
public void registersResourceRefresherIfDiscoveredResourceIsDefined() {
7575

7676
try (ConfigurableApplicationContext context = getApplicationContext(ConfigWithRemoteResource.class)) {
7777

0 commit comments

Comments
 (0)