Skip to content

Commit a0ec665

Browse files
committed
Merge branch '7.0.x'
2 parents 5ab4c5c + 8fe1de4 commit a0ec665

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

spring-beans/src/main/java/org/springframework/beans/factory/aot/AotBeanProcessingException.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public class AotBeanProcessingException extends AotProcessingException {
3232

3333
private final RootBeanDefinition beanDefinition;
3434

35+
3536
/**
3637
* Create an instance with the {@link RegisteredBean} that fails to be
3738
* processed, a detail message, and an optional root cause.
@@ -65,6 +66,7 @@ private static String createErrorMessage(RegisteredBean registeredBean, String m
6566
return sb.toString();
6667
}
6768

69+
6870
/**
6971
* Return the bean definition of the bean that failed to be processed.
7072
*/

0 commit comments

Comments
 (0)