Skip to content

Commit dd1d7a1

Browse files
committed
Merge pull request #31845 from dreis2211
* gh-31845: Polish Closes gh-31845
2 parents a1443d1 + de5834d commit dd1d7a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/BootstrapRegistry.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2021 the original author or authors.
2+
* Copyright 2012-2022 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.
@@ -163,7 +163,7 @@ static <T> InstanceSupplier<T> from(Supplier<T> supplier) {
163163
}
164164

165165
/**
166-
* The scope of a instance.
166+
* The scope of an instance.
167167
* @since 2.4.2
168168
*/
169169
enum Scope {

0 commit comments

Comments
 (0)