Skip to content

Commit 6408677

Browse files
committed
Merge branch '3.4.x' into 3.5.x
Closes gh-47905
2 parents 4309ab0 + 0891ec8 commit 6408677

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

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

0 commit comments

Comments
 (0)