https://issues.apache.org/bugzilla/show_bug.cgi?id=48123

           Summary: 4 misspellings in the javadoc of class
                    "org.apache.catalina.startup.WebRuleSet"
           Product: Tomcat 7
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: Catalina
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: qingyang...@qunar.com


No.1

Line: 99

/**
     * Construct an instance of this <code>RuleSet</code> with the default
     * matching pattern prefix and default fargment setting.
     */
    public WebRuleSet() {

'fragment' was misspelled as 'fargment'

No.2

Line: 614

/**
 * Rule to check that the <code>login-config</code> is occuring 
 * only 1 time within the web.xml
 */
final class SetLoginConfig extends Rule {

'occurring' was misspelled as 'occuring'

No.3

Line 635

/**
 * Rule to check that the <code>jsp-config</code> is occuring 
 * only 1 time within the web.xml
 */
final class SetJspConfig extends Rule {

'occurring' was misspelled as 'occuring'

No.4

Line 656

/**
 * Rule to check that the <code>session-config</code> is occuring 
 * only 1 time within the web.xml
 */
final class SetSessionConfig extends Rule {

'occurring' was misspelled as 'occuring'

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to