Skip to content

Commit 7d008d1

Browse files
committed
Added KDoc to test case for spring-projects/spring-framework#31372.
1 parent da4bfb3 commit 7d008d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

subprojects/app/src/it/kotlin/org/sdkotlin/springdemo/SpringKotlinValueClassIT.kt

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ import org.springframework.context.annotation.Bean
99
import org.springframework.context.annotation.Configuration
1010
import java.util.function.Supplier
1111

12+
/**
13+
* Test case for
14+
* [spring-projects/spring-framework#31372](https://github.com/spring-projects/spring-framework/issues/31372).
15+
*/
1216
@SpringBootTest
1317
internal class SpringKotlinValueClassIT {
1418

0 commit comments

Comments
 (0)