Author: bphillips
Date: Sun Jul 28 11:53:55 2013
New Revision: 1507786

URL: http://svn.apache.org/r1507786
Log:
fixed links to ParameterNameAware that were incorrectly formatted in the last 
two paragraphs of the class JavaDoc

Modified:
    
struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/interceptor/ParametersInterceptor.java

Modified: 
struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/interceptor/ParametersInterceptor.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/interceptor/ParametersInterceptor.java?rev=1507786&r1=1507785&r2=1507786&view=diff
==============================================================================
--- 
struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/interceptor/ParametersInterceptor.java
 (original)
+++ 
struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/interceptor/ParametersInterceptor.java
 Sun Jul 28 11:53:55 2013
@@ -105,12 +105,12 @@ import java.util.regex.Pattern;
  *
  *
  * <!-- START SNIPPET: extending-warning -->
- * Using {@link ParameterNameAware} could be dangerous as @{link 
ParameterNameAware#acceptableParameterName(String)} takes precedence
+ * Using {@link ParameterNameAware} could be dangerous as {@link 
ParameterNameAware#acceptableParameterName(String)} takes precedence
  * over ParametersInterceptor which means if ParametersInterceptor excluded 
given parameter name you can accept it with
- * @{link ParameterNameAware#acceptableParameterName(String)}.
+ * {@link ParameterNameAware#acceptableParameterName(String)}.
  *
  * The best idea is to define very tight restrictions with 
ParametersInterceptor and relax them per action with
- * @{link ParameterNameAware#acceptableParameterName(String)}
+ * {@link ParameterNameAware#acceptableParameterName(String)}
  * <!-- END SNIPPET: extending-warning -->
  *
  *


Reply via email to