Skip to content

Commit 75dac14

Browse files
committed
Merge branch '3.1.x' into 3.2.x
2 parents 516d3b1 + 68a63a7 commit 75dac14

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/mongo/MongoClientFactorySupportTests.java

+1-1
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-2024 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.

spring-boot-project/spring-boot-tools/spring-boot-loader-tools/src/main/java/org/springframework/boot/loader/tools/NativeImageArgFile.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2022 the original author or authors.
2+
* Copyright 2012-2024 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.
@@ -27,7 +27,7 @@
2727
* Class to work with the native-image argfile.
2828
*
2929
* @author Moritz Halbritter
30-
* @author Phil Webb
30+
* @author Phillip Webb
3131
* @since 3.0.0
3232
*/
3333
public final class NativeImageArgFile {

spring-boot-project/spring-boot/src/test/java/org/springframework/boot/origin/JarUriTests.java

+4-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-2024 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.
@@ -21,7 +21,9 @@
2121
import static org.assertj.core.api.Assertions.assertThat;
2222

2323
/**
24-
* @author pwebb
24+
* Tests for {@link JarUri}.
25+
*
26+
* @author Phillip Webb
2527
*/
2628
class JarUriTests {
2729

0 commit comments

Comments
 (0)