| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -83,7 +83,7 @@ static TransactionalEventListener findAnnotation(Method method) { | |||
| 83 | 83 | TransactionalEventListener annotation = AnnotationUtils | |
| 84 | 84 | .findAnnotation(method, TransactionalEventListener.class); | |
| 85 | 85 | if (annotation == null) { | |
| 86 | - throw new IllegalStateException("No TransactionalEventListener annotation found ou '" + method + "'"); | ||
| 86 | + throw new IllegalStateException("No TransactionalEventListener annotation found on '" + method + "'"); | ||
| 87 | 87 | } | |
| 88 | 88 | return annotation; | |
| 89 | 89 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments