Skip to content

Commit 4f60b8a

Browse files
committed
Merge branch '3.4.x'
Closes gh-45500
2 parents 7d8f083 + 0eddab6 commit 4f60b8a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

spring-boot-project/spring-boot/src/test/java/org/springframework/boot/logging/structured/StructuredLoggingJsonPropertiesJsonMembersCustomizerTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ void customizeWhenHasRenameRenamesMember() {
8989
}
9090

9191
@Test
92-
void customizeWhenHasAddAddsMemeber() {
92+
void customizeWhenHasAddAddsMember() {
9393
StructuredLoggingJsonProperties properties = new StructuredLoggingJsonProperties(Collections.emptySet(),
9494
Collections.emptySet(), Collections.emptyMap(), Map.of("z", "z"), null, null, null);
9595
StructuredLoggingJsonPropertiesJsonMembersCustomizer customizer = new StructuredLoggingJsonPropertiesJsonMembersCustomizer(

spring-boot-project/spring-boot/src/test/kotlin/org/springframework/boot/context/properties/bind/KotlinBindableRuntimeHintsRegistrarTests.kt

+2-2
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-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.
@@ -25,7 +25,7 @@ import org.springframework.aot.hint.RuntimeHints
2525
/**
2626
* Tests for {@link BindableRuntimeHintsRegistrar}.
2727
*
28-
* @author Andy Wilkinsin
28+
* @author Andy Wilkinson
2929
*/
3030
class KotlinBindableRuntimeHintsRegistrarTests {
3131

0 commit comments

Comments
 (0)