Skip to content

Commit 21ce7a0

Browse files
committed
Polish "Polish"
See gh-36620
1 parent 5a205db commit 21ce7a0

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/tasks/bundling

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/tasks/bundling/Closures.java

Lines changed: 2 additions & 2 deletions
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-2023 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.
@@ -31,7 +31,7 @@
3131
* <p>
3232
* To accommodate the differences, we use {@code org.gradle.util.internal.ConfigureUtil}
3333
* with Gradle 7.1 and later. With earlier versions, {@code org.gradle.util.ConfigureUtil}
34-
* is used. This avoids users to be nagged about deprecated API usage in our plugin.
34+
* is used. This avoids users being nagged about deprecated API usage in our plugin.
3535
*
3636
* @author Andy Wilkinson
3737
*/

0 commit comments

Comments
 (0)