mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix typo in exception message
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user