Skip to content

Commit

Permalink
fixed links to ParameterNameAware that were incorrectly formatted in …
Browse files Browse the repository at this point in the history
…the last two paragraphs of the class JavaDoc

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1507786 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Bruce Allen Phillips committed Jul 28, 2013
1 parent 3472d4e commit 5545efb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,12 @@
*
*
* <!-- 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 -->
*
*
Expand Down

0 comments on commit 5545efb

Please sign in to comment.