We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1443d1 + de5834d commit dd1d7a1Copy full SHA for dd1d7a1
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/BootstrapRegistry.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2012-2021 the original author or authors.
+ * Copyright 2012-2022 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -163,7 +163,7 @@ static <T> InstanceSupplier<T> from(Supplier<T> supplier) {
163
}
164
165
/**
166
- * The scope of a instance.
+ * The scope of an instance.
167
* @since 2.4.2
168
*/
169
enum Scope {
0 commit comments