You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2017/10/27 15:38:28 UTC

[struts-site] 03/04: Uses proper code style

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 36ad4d21fd8ff9b06784db834b8269e63d3ca80e
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Fri Oct 27 15:50:27 2017 +0200

    Uses proper code style
---
 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 31a94a7..38c8cd3 100644
--- a/source/core-developers/annotation-workflow-interceptor.md
+++ b/source/core-developers/annotation-workflow-interceptor.md
@@ -17,7 +17,7 @@ Invokes any annotated methods on the action. Specifically, it supports the follo
 
 There can be multiple methods marked with the same annotations, but the order of their execution is not guaranteed. 
 However, the annotated methods on the superclass chain are guaranteed to be invoked before the annotated method in the current 
-class in the case of a {@link Before} annotations and after, if the annotations is `After`
+class in the case of a `@Before` annotations and after, if the annotations is `@After`.
 
 ## Examples
 

-- 
To stop receiving notification emails like this one, please contact
"commits@struts.apache.org" <co...@struts.apache.org>.