Skip to content

Commit 68a63a7

Browse files
committed
Polish
1 parent 447ffb5 commit 68a63a7

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

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

+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-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.
@@ -43,7 +43,7 @@
4343
* @author Mark Paluch
4444
* @author Artsiom Yudovin
4545
* @author Scott Frederick
46-
* @author Mortiz Halbritter
46+
* @author Moritz Halbritter
4747
*/
4848
abstract class MongoClientFactorySupportTests<T> {
4949

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)