提交 8a1f9f8a 编写于 作者: S Sam Brannen

Fix typo in exception message

上级 713fc5c4
......@@ -83,7 +83,7 @@ class ApplicationListenerMethodTransactionalAdapter extends ApplicationListenerM
TransactionalEventListener annotation = AnnotationUtils
.findAnnotation(method, TransactionalEventListener.class);
if (annotation == null) {
throw new IllegalStateException("No TransactionalEventListener annotation found ou '" + method + "'");
throw new IllegalStateException("No TransactionalEventListener annotation found on '" + method + "'");
}
return annotation;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册