This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts-site.git
commit 8ebf493365c7d9b011feed94fa393dce60b9b403 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Fri Oct 27 15:49:53 2017 +0200 Fixes small typo --- source/core-developers/annotation-workflow-interceptor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core-developers/annotation-workflow-interceptor.md b/source/core-developers/annotation-workflow-interceptor.md index 97ef2cc..31a94a7 100644 --- a/source/core-developers/annotation-workflow-interceptor.md +++ b/source/core-developers/annotation-workflow-interceptor.md @@ -12,7 +12,7 @@ Invokes any annotated methods on the action. Specifically, it supports the follo - `@Before` - will be invoked before the action method. If the returned value is not null, it is returned as the action result code - - @`BeforeResult` - will be invoked after the action method but before the result execution + - `@BeforeResult` - will be invoked after the action method but before the result execution - `@After` - will be invoked after the action method and result execution There can be multiple methods marked with the same annotations, but the order of their execution is not guaranteed. -- To stop receiving notification emails like this one, please contact "commits@struts.apache.org" <commits@struts.apache.org>.