1
1
/*
2
- * Copyright 2012-2020 the original author or authors.
2
+ * Copyright 2012-2024 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -35,7 +35,7 @@ public interface BootstrapContext {
35
35
36
36
/**
37
37
* Return an instance from the context if the type has been registered. The instance
38
- * will be created it if it hasn't been accessed previously.
38
+ * will be created if it hasn't been accessed previously.
39
39
* @param <T> the instance type
40
40
* @param type the instance type
41
41
* @return the instance managed by the context
@@ -45,7 +45,7 @@ public interface BootstrapContext {
45
45
46
46
/**
47
47
* Return an instance from the context if the type has been registered. The instance
48
- * will be created it if it hasn't been accessed previously.
48
+ * will be created if it hasn't been accessed previously.
49
49
* @param <T> the instance type
50
50
* @param type the instance type
51
51
* @param other the instance to use if the type has not been registered
@@ -55,7 +55,7 @@ public interface BootstrapContext {
55
55
56
56
/**
57
57
* Return an instance from the context if the type has been registered. The instance
58
- * will be created it if it hasn't been accessed previously.
58
+ * will be created if it hasn't been accessed previously.
59
59
* @param <T> the instance type
60
60
* @param type the instance type
61
61
* @param other a supplier for the instance to use if the type has not been registered
@@ -65,7 +65,7 @@ public interface BootstrapContext {
65
65
66
66
/**
67
67
* Return an instance from the context if the type has been registered. The instance
68
- * will be created it if it hasn't been accessed previously.
68
+ * will be created if it hasn't been accessed previously.
69
69
* @param <T> the instance type
70
70
* @param <X> the exception to throw if the type is not registered
71
71
* @param type the instance type
0 commit comments