Polish
See gh-27827
This commit is contained in:
@@ -340,7 +340,7 @@ public class ExceptionHandlerExceptionResolverTests {
|
||||
}
|
||||
|
||||
@Test //gh-27156
|
||||
void resolveExceptionWithReasonResovledByMessageSource() throws Exception {
|
||||
void resolveExceptionWithReasonResolvedByMessageSource() throws Exception {
|
||||
AnnotationConfigApplicationContext ctx = new AnnotationConfigApplicationContext(MyConfig.class);
|
||||
StaticApplicationContext context = new StaticApplicationContext(ctx);
|
||||
Locale locale = Locale.ENGLISH;
|
||||
|
||||
@@ -196,7 +196,6 @@ public class ServletInvocableHandlerMethodTests {
|
||||
context.refresh();
|
||||
|
||||
ConfigurableListableBeanFactory beanFactory = context.getBeanFactory();
|
||||
System.out.println(beanFactory.getType(beanName));
|
||||
|
||||
LocaleContextHolder.setLocale(locale);
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user