Skip to content

Commit a3ba9e3

Browse files
committed
Merge branch '3.5.x'
Closes gh-47906
2 parents 4b2c6fa + 6408677 commit a3ba9e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/spring-boot/src/main/java/org/springframework/boot/bootstrap/BootstrapContext.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ public interface BootstrapContext {
7979
* @param exceptionSupplier the supplier which will return the exception to be thrown
8080
* @return the instance managed by the context, which may be {@code null}
8181
* @throws X if the type has not been registered
82-
* @throws IllegalStateException if the type has not been registered
8382
*/
8483
<T, X extends Throwable> @Nullable T getOrElseThrow(Class<T> type, Supplier<? extends X> exceptionSupplier)
8584
throws X;

0 commit comments

Comments
 (0)