Minor JavaDoc change; the perils of ^V. Or Cmd-V for those of us with Macs.

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@684566 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
David Newton
2008-08-10 18:19:28 +00:00
parent dea5b76acc
commit dcf5d45fde
@@ -249,7 +249,7 @@ public class ClasspathPackageProvider implements PackageProvider {
/**
* Default suffix that can be used to indicate POJO "Action" classes.
*
* @param defaultPagePrefix the defaultPagePrefix to set
* @param classSuffix the classSuffix to set
*/
@Inject(value=CLASS_SUFFIX, required=false)
public void setClassSuffix(String classSuffix) {